bump-cask-pr: convert URL back to string
This commit is contained in:
parent
3b92bb9da5
commit
5f6b626880
@ -190,7 +190,7 @@ module Homebrew
|
|||||||
|
|
||||||
replacement_pairs << [
|
replacement_pairs << [
|
||||||
/#{Regexp.escape(old_base_url)}/,
|
/#{Regexp.escape(old_base_url)}/,
|
||||||
new_base_url,
|
new_base_url.to_s,
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user