mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 17:24:16 +08:00
No blank line when change source for Ruby
This commit is contained in:
@@ -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 ("");
|
||||||
|
|||||||
Reference in New Issue
Block a user