relocate default config in sample_config folder (#4678)

* relocate default config in sample_config folder

* relocate config file
This commit is contained in:
Darren Schroeder 2022-03-02 19:22:15 -06:00 committed by GitHub
parent 96a1bf5f8d
commit 50399c349f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ pub(crate) fn read_config_file(
.read_line(&mut answer)
.expect("Failed to read user input");
let config_file = include_str!("default_config.nu");
let config_file = include_str!("../docs/sample_config/default_config.nu");
match answer.to_lowercase().trim() {
"y" | "" => {