Print commit range in audit_modified_casks

This commit is contained in:
Josh Hagins
2015-12-09 17:36:23 -05:00
parent 32668e7ddd
commit bccecb0dc6
+3
View File
@@ -101,6 +101,9 @@ modified_files () {
_audit_modified_casks () {
commit_range="$1"
if [[ -n "$TRAVIS" ]]; then
echo "Commit range: $commit_range"
fi
cd_to_project_root
while read -r cask_file; do
audit_cask "$cask_file"