Remove un-needed 'unless' in brew update

This commit is contained in:
Adam Vandenberg 2010-07-04 10:25:20 -07:00
parent 41e8245534
commit 0cc253964b

View File

@ -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