From 01cd373c34044dd31d6d64270385ed0cdd0c4541 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 14 Dec 2020 13:02:52 +0100 Subject: [PATCH] Also cache failed version bump attempts. --- Library/Homebrew/dev-cmd/bump-unversioned-casks.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bump-unversioned-casks.rb b/Library/Homebrew/dev-cmd/bump-unversioned-casks.rb index c3e0eaec43..8b8be940c1 100644 --- a/Library/Homebrew/dev-cmd/bump-unversioned-casks.rb +++ b/Library/Homebrew/dev-cmd/bump-unversioned-casks.rb @@ -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