Never exit with failure.

This commit is contained in:
Markus Reiter 2020-12-06 03:24:32 +01:00
parent ffebf0da5f
commit 2157a71a68

View File

@ -142,7 +142,7 @@ module Homebrew
system_command! HOMEBREW_BREW_FILE, args: bump_cask_pr_args
rescue ErrorDuringExecution => e
onoe e
Homebrew.failed = true
next
end
end
end