mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 06:54:06 +08:00
Set source bundler
globally for Ruby
This commit is contained in:
parent
2957ecc995
commit
ae40a07255
|
@ -70,7 +70,7 @@ pl_ruby_setsrc (char *option)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd = xy_2strjoin ("bundle config 'mirror.https://rubygems.org' ", source.url);
|
cmd = xy_2strjoin ("bundle config --global 'mirror.https://rubygems.org' ", source.url);
|
||||||
chsrc_run (cmd);
|
chsrc_run (cmd);
|
||||||
|
|
||||||
chsrc_say_thanks (&source);
|
chsrc_say_thanks (&source);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user