No blank line when change source for Ruby

This commit is contained in:
Aoran Zeng 2024-06-24 21:40:29 +08:00
parent 961111acea
commit fca006b81a

View File

@ -69,7 +69,7 @@ pl_ruby_setsrc (char *option)
}
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);
// puts ("");