Skip to content

Commit b869a6a

Browse files
sergio-correiaansasaki
authored andcommitted
Fix typo in config_get()
Signed-off-by: Sergio Correia <scorreia@redhat.com>
1 parent 8e20e17 commit b869a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ fn config_get(section: &str, key: &str) -> Result<String> {
531531
// TODO: Make Error::Configuration an alternative with data instead of string
532532
{
533533
return Err(Error::Configuration(format!(
534-
"Cannot find key {} in fine {}",
534+
"Cannot find key {} in file {}",
535535
key, conf_name
536536
)))
537537
}

0 commit comments

Comments
 (0)