Merge pull request #9539 from reitermarkus/bump-unversioned-casks

Also cache failed version bump attempts.
This commit is contained in:
Markus Reiter 2020-12-14 15:21:44 +01:00 committed by GitHub
commit 7331a9ba51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,6 @@ module Homebrew
system_command! HOMEBREW_BREW_FILE, args: bump_cask_pr_args
rescue ErrorDuringExecution => e
onoe e
return
end
end
end