Fix a text issue when setting cargo (#45)

This commit is contained in:
BlockLune 2024-07-22 02:16:14 +08:00
parent cde16146d0
commit ad21829c0a

View File

@ -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);
}