Leave a breadcrumb towards bootstrap config documentation

This commit is contained in:
moxian 2025-03-05 17:43:24 -08:00
parent 30f168ef81
commit 1be80d48fa

View file

@ -216,8 +216,9 @@ fn setup_config_toml(path: &Path, profile: Profile, config: &Config) {
let latest_change_id = CONFIG_CHANGE_HISTORY.last().unwrap().change_id;
let settings = format!(
"# Includes one of the default files in {PROFILE_DIR}\n\
profile = \"{profile}\"\n\
"# See bootstrap.example.toml for documentation of available options\n\
#\n\
profile = \"{profile}\" # Includes one of the default files in {PROFILE_DIR}\n\
change-id = {latest_change_id}\n"
);