Skip to content

Commit

Permalink
Update repurpose_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matemat13 committed Jan 19, 2024
1 parent 04d6c38 commit 1517d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repurpose_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1517d84

Please sign in to comment.