From c2bd285ef87bb9b86ffae60b9b3a784387aa7013 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 8 Feb 2012 07:59:57 -0800 Subject: [PATCH] ws --- bin/git-effort | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/git-effort b/bin/git-effort index c667c45..ada8bf6 100755 --- a/bin/git-effort +++ b/bin/git-effort @@ -18,7 +18,6 @@ for file in $files; do if test $commits -le $above; then continue fi - test $commits -gt 10 && color='33' test $commits -gt 25 && color='93'