diff --git a/repurpose_package.sh b/repurpose_package.sh index 4297533..7ea06d8 100755 --- a/repurpose_package.sh +++ b/repurpose_package.sh @@ -175,7 +175,7 @@ if [ "$CAMEL_CASE" -eq 1 ]; then fi -if [ "$DRY_RUN" -ne 1 ]; then +if [ "$DRY_RUN" -eq 1 ]; then echo "Dry run mode on - nothing was changed." fi