Skip to content
Snippets Groups Projects
Commit 3a37325a authored by Thomas Woerner's avatar Thomas Woerner
Browse files

galaxyfy-playbook.py: Fixed script name

The old name was galaxyify-playbook.py instead of galaxyfy-playbook.py
parent 57d407f1
Branches
Tags
No related merge requests found
...@@ -30,11 +30,11 @@ cd plugins/action_plugins && { ...@@ -30,11 +30,11 @@ cd plugins/action_plugins && {
} }
for x in roles/*/tasks/*.yml; do for x in roles/*/tasks/*.yml; do
python utils/galaxyify-playbook.py "$x" "ipa" "$collection_prefix" python utils/galaxyfy-playbook.py "$x" "ipa" "$collection_prefix"
done done
for x in $(find playbooks -name "*.yml" -print); do for x in $(find playbooks -name "*.yml" -print); do
python utils/galaxyify-playbook.py "$x" "ipa" "$collection_prefix" python utils/galaxyfy-playbook.py "$x" "ipa" "$collection_prefix"
done done
#git diff #git diff
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment