Skip to content

Commit ca94c99

Browse files
committed
feat(argo): added underscore in example name to avoid duplication
1 parent 623cab0 commit ca94c99

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/makecopiercorrect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd "src/python_interface_to_workflows/workflow_definitions"
33

44
cp *example*.py "../../copier_template/src/{{ project_name }}/workflow_definitions"
5-
cp ../templates/*example*.yaml "../../copier_template/src/{{ project_name }}/templates"
5+
cp ../templates/*example*.txt "../../copier_template/src/{{ project_name }}/templates"
66

77
for file in "../../copier_template/src/{{ project_name }}/workflow_definitions"/*
88
do

src/copier_template/src/{{ project_name }}/templates/example.yaml.jinja renamed to src/copier_template/src/{{ project_name }}/templates/example.txt.jinja

File renamed without changes.

0 commit comments

Comments
 (0)