Skip to content

Commit

Permalink
fix: missing double quote (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemkalit authored Sep 24, 2024
1 parent cb56561 commit ce41d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/filetree_create_scm_refspec.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
minor_changes:
- filetree_create able to export scm_refspec of project
- filetree_create is missing double quote
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 ce41d8e

Please sign in to comment.