mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
refactor: variables instead of hardcoded dirs
This commit is contained in:
@@ -97,6 +97,6 @@ if [[ -n "$1" ]]; then
|
||||
fi
|
||||
|
||||
printf "Total current Casks in HEAD\t"
|
||||
find Casks -name '*.rb' | wc -l
|
||||
find $cask_paths -name '*.rb' | wc -l
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user