Skip to content

Commit 2d5e549

Browse files
committed
fix(environ): remove stray control characters
Remove useless "%}" from comment in file. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
1 parent b9b2e42 commit 2d5e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/files/default/environ.sh.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# File managed by Salt at <{{ source }}>.
33
# Your changes may be overwritten.
44
########################################################################
5-
# Set the command-line arguments to pass to the server.%}"
5+
# Set the command-line arguments to pass to the server."
66
{{ arg_name }}="{{ args }}"
77

88

0 commit comments

Comments
 (0)