Skip to content
Snippets Groups Projects
Commit 6563043c authored by ilovezfs's avatar ilovezfs
Browse files

bump-formula-pr: don't unset --mirror= value

parent dee0028d
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ module Homebrew
elsif !new_url
odie "#{formula}: no --url= argument specified!"
else
new_mirror = case new_url
new_mirror ||= case new_url
when requested_spec != :devel && %r{.*ftp.gnu.org/gnu.*}
new_url.sub "ftp.gnu.org/gnu", "ftpmirror.gnu.org"
when %r{.*mirrors.ocf.berkeley.edu/debian.*}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment