aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/mkdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/mkdir.go')
-rw-r--r--internal/system/mkdir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/mkdir.go b/internal/system/mkdir.go
index f375579c..cff5d662 100644
--- a/internal/system/mkdir.go
+++ b/internal/system/mkdir.go
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
- "hakurei.app/container/check"
+ "hakurei.app/check"
"hakurei.app/hst"
)