Skip to content
Snippets Groups Projects
Commit 2157a71a authored by Markus Reiter's avatar Markus Reiter
Browse files

Never exit with failure.

parent ffebf0da
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ module Homebrew ...@@ -142,7 +142,7 @@ module Homebrew
system_command! HOMEBREW_BREW_FILE, args: bump_cask_pr_args system_command! HOMEBREW_BREW_FILE, args: bump_cask_pr_args
rescue ErrorDuringExecution => e rescue ErrorDuringExecution => e
onoe e onoe e
Homebrew.failed = true next
end end
end end
end end
......
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