Skip to content

Commit

Permalink
Align example config path with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and jsdanielh committed Dec 12, 2024
1 parent be1fd4a commit 0bf895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/config/config_file/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl ConfigFile {

// The config doesn't exist. Create an example config file and tell
// the user to create a config.
let example = paths::home().join("client.toml.example");
let example = paths::home().join("client.example.toml");
let example_message = Self::create_example(&example)
.map(|()| format!("see example config file at {}", example.display()))
.unwrap_or_else(|error| {
Expand Down

0 comments on commit 0bf895d

Please sign in to comment.