From 0cc253964b33fca67072173e8a81e4edfb31963d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 Jul 2010 10:25:20 -0700 Subject: [PATCH] Remove un-needed 'unless' in brew update --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index a07ae29dab..bf8b06c999 100755 --- a/bin/brew +++ b/bin/brew @@ -182,7 +182,7 @@ begin ohai "The following formulae were updated:" puts_columns updater.updated_formulae else - puts "No formulae were updated." unless updater.pending_formulae_changes? + puts "No formulae were updated." end end