Skip to content
Snippets Groups Projects
Unverified Commit b80defdd authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6741 from MikeMcQuaid/upgrade_exit

cmd/upgrade: fix exit logic.
parents 1b926389 d6d857c1
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ module Homebrew
opoo "#{f.full_specified_name} #{version} already installed"
end
end
exit
return if outdated.empty?
end
pinned = outdated.select(&:pinned?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment