diff --git a/specialize-template.sh b/specialize-template.sh index ce6c6bb..321a4b1 100755 --- a/specialize-template.sh +++ b/specialize-template.sh @@ -44,7 +44,7 @@ echo "Removing backup files..." find . -name '*.template-specialization-backup' -exec rm {} \; git add -A -echo "Remove this file and the associated GitHub action." +echo "Removing this file and the associated GitHub action..." rm -rf \ .github/workflows/specialize-template.yml \ specialize-template.sh