summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-23 04:49:34 +0800
commit626536ce51975b051fea087620bc1eb7f6bc69d3 (patch)
treeb24916b22012d9b8b3b09366bca9911781e6d596 /src/utils
parentf607f6ac3b98d00370f613e674da7beb4c61ce58 (diff)
Reorganize project structure into systems and assets
Diffstat (limited to 'src/utils')
-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 {