diff --git a/developer/bin/project_stats b/developer/bin/project_stats index a6242cb541..8e02dec830 100755 --- a/developer/bin/project_stats +++ b/developer/bin/project_stats @@ -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 #