Skip to content

Commit 3fe36f4

Browse files
authored
Merge pull request #73 from raposalorx/master
Fixed a spacing issue.
2 parents 0636200 + 978643e commit 3fe36f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nomad_debian.init.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DESC="Nomad, a distributed, highly available, datacenter-aware scheduler"
1818
NAME="nomad"
1919
DAEMON="{{ nomad_bin_dir }}/${NAME}"
2020
PIDFILE="{{ nomad_run_dir }}/${NAME}.pid"
21-
DAEMON_ARGS="agent -config {{ nomad_config_dir }}2>&1"
21+
DAEMON_ARGS="agent -config {{ nomad_config_dir }} 2>&1"
2222
USER="{{ nomad_user }}"
2323
SCRIPTNAME="/etc/init.d/${NAME}"
2424

0 commit comments

Comments
 (0)