mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-04-22 12:04:58 +08:00
Fix a text issue when setting cargo (#45)
This commit is contained in:
parent
cde16146d0
commit
ad21829c0a
@ -448,7 +448,7 @@ pl_rust_setsrc (char *option)
|
||||
"[source.mirror]\n"
|
||||
"registry = \"sparse+", source.url, "\"");
|
||||
|
||||
chsrc_warn (xy_strjoin (3, "请您手动写入以下内容到 ", xy_uniform_path("~/.cargo"), " 文件中:"));
|
||||
chsrc_warn (xy_strjoin (3, "请您手动写入以下内容到 ", xy_uniform_path("~/.cargo/config.toml"), " 文件中:"));
|
||||
puts (file);
|
||||
chsrc_say_lastly (&source, ChsrcTypeManual);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user