diff --git a/post-rs/src/main.rs b/post-rs/src/main.rs index a171fca..e933264 100644 --- a/post-rs/src/main.rs +++ b/post-rs/src/main.rs @@ -61,7 +61,7 @@ fn main() { let file = args.file; if !file.is_file() { - failure_and_exit!("File: {:?} not exists or it not a file.", file) + failure_and_exit!("File: {:?} not exists or it not a file.", file); } let file_name = args.file_name.unwrap_or_else( || file.file_name().map(