bump-cask-pr: convert URL back to string

This commit is contained in:
Eric Knibbe 2023-04-25 14:38:59 -04:00 committed by EricFromCanada
parent 3b92bb9da5
commit 5f6b626880
No known key found for this signature in database
GPG Key ID: 179D9CDDDB814168

View File

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