shellcheck

This commit is contained in:
Michael Vines 2020-06-14 23:16:55 -07:00
parent de9799962c
commit 5361b29417
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ for file in $(git diff --name-only "$TRAVIS_COMMIT_RANGE"); do
done
done
echo "No modifications to $@"
echo "No modifications to $*"
exit 1