Skip to content

Commit

Permalink
rectified misspelled variable in job_templates (#691)
Browse files Browse the repository at this point in the history
* rectified ask_labels_on_launch variable

* Added changelog fragment file
  • Loading branch information
myselfgagandeep authored Sep 13, 2023
1 parent 91629f8 commit 83d05e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/fragments/filetree_create_job_templates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- filetree_create - Fixed the misspelled variable name that caused exported job_templates yaml files containing incorrect name.
...
2 changes: 1 addition & 1 deletion roles/filetree_create/templates/current_job_templates.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ controller_templates:
ask_execution_environment_on_launch: {{ current_job_templates_asset_value.ask_execution_environment_on_launch | bool }}
{% endif %}
{% if current_job_templates_asset_value.ask_labels_on_launch is defined %}
ask_labels_on_launc: {{ current_job_templates_asset_value.ask_labels_on_launch | bool }}
ask_labels_on_launch: {{ current_job_templates_asset_value.ask_labels_on_launch | bool }}
{% endif %}
{% if current_job_templates_asset_value.ask_forks_on_launch is defined %}
ask_forks_on_launch: {{ current_job_templates_asset_value.ask_forks_on_launch | bool }}
Expand Down

0 comments on commit 83d05e3

Please sign in to comment.