Merge pull request #15310 from EricFromCanada/bump-cask-url-string

bump-cask-pr: convert URL back to string
This commit is contained in:
Markus Reiter 2023-04-26 13:14:43 +02:00 committed by GitHub
commit 9f21d378cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ module Homebrew
replacement_pairs << [
/#{Regexp.escape(old_base_url)}/,
new_base_url,
new_base_url.to_s,
]
end