Skip to content

Commit

Permalink
little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyderic committed Sep 4, 2024
1 parent 85f5366 commit 63baf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn cannonicalize_if_possible(path: &std::path::Path) -> PathBuf {
pub fn load() -> anyhow::Result<AppConfig> {
let _cli = Cli::parse();
let configuration_directory = &configuration_directory();
load_from_directory(&configuration_directory)
load_from_directory(configuration_directory)
}

/// Parses and loads the configuration from the given directory.
Expand Down

0 comments on commit 63baf3c

Please sign in to comment.