diff options
Diffstat (limited to 'src/command/client/import.rs')
| -rw-r--r-- | src/command/client/import.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/import.rs b/src/command/client/import.rs index b0375acd..f14598f2 100644 --- a/src/command/client/import.rs +++ b/src/command/client/import.rs @@ -64,7 +64,7 @@ impl Cmd { println!("Detected Bash"); import::<Bash, DB>(db).await } else { - println!("cannot import {} history", shell); + println!("cannot import {shell} history"); Ok(()) } } |
