mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 16:28:30 +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;
|
||||
}
|
||||
|
||||
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_say_thanks (&source);
|
||||
|
|
Loading…
Reference in New Issue
Block a user