aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/logout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/logout.rs')
-rw-r--r--src/command/logout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/logout.rs b/src/command/logout.rs
index ec7d8dcb..26d689cf 100644
--- a/src/command/logout.rs
+++ b/src/command/logout.rs
@@ -1,4 +1,4 @@
-use std::fs::remove_file;
+use fs_err::remove_file;
pub fn run() {
let session_path = atuin_common::utils::data_dir().join("session");