From fef149fc53f406d832c37a3db80197bc59b7df8b Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 20 Jan 2014 20:41:50 -0500 Subject: [PATCH] refactor: variables instead of hardcoded dirs --- developer/bin/project_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #