Remove un-needed 'unless' in brew update
This commit is contained in:
parent
41e8245534
commit
0cc253964b
2
bin/brew
2
bin/brew
@ -182,7 +182,7 @@ begin
|
|||||||
ohai "The following formulae were updated:"
|
ohai "The following formulae were updated:"
|
||||||
puts_columns updater.updated_formulae
|
puts_columns updater.updated_formulae
|
||||||
else
|
else
|
||||||
puts "No formulae were updated." unless updater.pending_formulae_changes?
|
puts "No formulae were updated."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user