Skip to content

Commit

Permalink
Fix typo in config_get()
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Correia <[email protected]>
  • Loading branch information
sergio-correia authored and ansasaki committed May 5, 2022
1 parent 8e20e17 commit b869a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ fn config_get(section: &str, key: &str) -> Result<String> {
// TODO: Make Error::Configuration an alternative with data instead of string
{
return Err(Error::Configuration(format!(
"Cannot find key {} in fine {}",
"Cannot find key {} in file {}",
key, conf_name
)))
}
Expand Down

0 comments on commit b869a6a

Please sign in to comment.