diff --git a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 index 8fa63e28ad..e088fe6b4a 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 @@ -46,5 +46,5 @@ git_cache_dir = {{ trigger_cache_dir }} rules_template = {{ trigger_rules_template_path }} [koji_build_completed] -critpath_filepath = {{ trigger_crithpath_file }} +critpath_filepath = {{ trigger_critpath_file }} {% endif %}