From 4c6a287f4d18161ed263bb37905edb2566f81245 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 16 Dec 2022 18:37:45 +0000 Subject: Switch to using ATUIN_LOG instead of RUST_LOG (#642) * Switch to using ATUIN_LOG instead of RUST_LOG * Stop clippy complaining * I should know better - clippy is never happy :( --- src/command/client/import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/client/import.rs') 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::(db).await } else { - println!("cannot import {} history", shell); + println!("cannot import {shell} history"); Ok(()) } } -- cgit v1.3.1