From 22fd593e36330fcf687cdc3aaa4ac264021f91d3 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 18:43:22 -0400 Subject: [PATCH] Fixed missing object in node-typo2 --- prometheus/files/exporter.systemd.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/files/exporter.systemd.jinja b/prometheus/files/exporter.systemd.jinja index 45b3d30..9d3a893 100644 --- a/prometheus/files/exporter.systemd.jinja +++ b/prometheus/files/exporter.systemd.jinja @@ -12,7 +12,7 @@ Group={{ group }} EnvironmentFile=/etc/default/{{ svc }} ExecStart={{ bin_path }}/{{ svc }} $ARGS {%- if args is string %} {{ args }}{% else %} -{%- for arg in args %}} \ +{%- for arg in args %} \ {{ arg }} {%- endfor %} {%- endif %}