aboutsummaryrefslogtreecommitdiffstats
path: root/utils/generate_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/generate_config.py')
-rwxr-xr-xutils/generate_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/generate_config.py b/utils/generate_config.py
index 2a2f20d..523a7a8 100755
--- a/utils/generate_config.py
+++ b/utils/generate_config.py
@@ -18,6 +18,6 @@ with open(args.yaml) as _:
# Print dictionary generated from yaml (uncomment for debug)
#print dict
-# Render template and print generated config to console
+# Render template and print generated conf to console
template = ENV.get_template(args.jinja2)
-print template.render(config=dict)
+print template.render(conf=dict)