Skip to content

Commit

Permalink
fix: missing double quote (redhat-cop#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemkalit authored Sep 24, 2024
1 parent bbc5ee4 commit a459496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/filetree_create/templates/current_projects.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ controller_projects:
scm_delete_on_update: "{{ current_projects_asset_value.scm_delete_on_update }}"
scm_update_on_launch: "{{ current_projects_asset_value.scm_update_on_launch }}"
scm_update_cache_timeout: "{{ current_projects_asset_value.scm_update_cache_timeout }}"
scm_refspec: "{{ current_projects_asset_value.scm_refspec }}
scm_refspec: "{{ current_projects_asset_value.scm_refspec }}"
{% endif %}
{% if is_aap and current_job_templates_asset_value.summary_fields.default_environment is defined %}
default_environment: "{{ current_job_templates_asset_value.summary_fields.default_environment.name }}"
Expand Down

0 comments on commit a459496

Please sign in to comment.