mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Print commit range in audit_modified_casks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user