Merge pull request #6741 from MikeMcQuaid/upgrade_exit
cmd/upgrade: fix exit logic.
This commit is contained in:
commit
b80defdd33
@ -81,7 +81,7 @@ module Homebrew
|
|||||||
opoo "#{f.full_specified_name} #{version} already installed"
|
opoo "#{f.full_specified_name} #{version} already installed"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
exit
|
return if outdated.empty?
|
||||||
end
|
end
|
||||||
|
|
||||||
pinned = outdated.select(&:pinned?)
|
pinned = outdated.select(&:pinned?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user