mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-24 02:30:12 +08:00
No blank line when change source for Ruby
This commit is contained in:
parent
961111acea
commit
fca006b81a
@ -69,7 +69,7 @@ pl_ruby_setsrc (char *option)
|
|||||||
}
|
}
|
||||||
|
|
||||||
cmd = xy_strjoin (4, "bundle config", where, "'mirror.https://rubygems.org' ", source.url);
|
cmd = xy_strjoin (4, "bundle config", where, "'mirror.https://rubygems.org' ", source.url);
|
||||||
chsrc_run (cmd, RunOpt_Default);
|
chsrc_run (cmd, RunOpt_No_Last_New_Line);
|
||||||
|
|
||||||
chsrc_say_lastly (&source, chsrc_type);
|
chsrc_say_lastly (&source, chsrc_type);
|
||||||
// puts ("");
|
// puts ("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user