Fixed missing object in node-typo

This commit is contained in:
Eric Renfro 2019-05-08 18:40:45 -04:00
parent dd06f070e5
commit f2622cd2b9
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ User={{ user }}
Group={{ group }}
EnvironmentFile=/etc/default/{{ svc }}
ExecStart={{ bin_path }}/{{ svc }} $ARGS
{%- if args is string %}} {{ args }}{% else %}
{%- if args is string %} {{ args }}{% else %}
{%- for arg in args %}} \
{{ arg }}
{%- endfor %}