diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 202637b94..ec6df1783 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -45,7 +45,7 @@ update_distribution() { echo "Detox done" echo "Removing colons" local IFS=$'\n' - for i in $(find . -name "*:*"); do mv "${i}" "${i/:/-}" ; done + for i in $(find . -name "*:*"); do echo mv "${i}" "${i/:/-}" ; done echo "Colons removed" git add "${OUTPUT_FOLDER}" git commit -m "-"