diff --git a/src/main.rs b/src/main.rs index 497490f..ad37160 100644 --- a/src/main.rs +++ b/src/main.rs @@ -86,7 +86,7 @@ fn main() { } format!("{}", buf.to_string_lossy()) } else { - format!("{:?}", pwd.to_string_lossy()) + format!("{}", pwd.to_string_lossy()) }; let repo = Repository::discover(".").ok();