aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index a07ae29da..bf8b06c99 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