summaryrefslogtreecommitdiff
path: root/src/utils/workspace_reader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/workspace_reader.rs')
-rw-r--r--src/utils/workspace_reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/workspace_reader.rs b/src/utils/workspace_reader.rs
index 575ec64..a3bc754 100644
--- a/src/utils/workspace_reader.rs
+++ b/src/utils/workspace_reader.rs
@@ -20,7 +20,7 @@ use just_enough_vcs::{
},
};
-use crate::cmd::errors::CmdPrepareError;
+use crate::systems::cmd::errors::CmdPrepareError;
/// Temporarily enter a directory to execute a block of code, then return to the original directory
macro_rules! entry_dir {