Leave a breadcrumb towards bootstrap config documentation
This commit is contained in:
parent
30f168ef81
commit
1be80d48fa
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue