aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/errors.go')
-rw-r--r--container/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/errors.go b/container/errors.go
index 150dcd13..7c45037a 100644
--- a/container/errors.go
+++ b/container/errors.go
@@ -6,8 +6,8 @@ import (
"syscall"
"hakurei.app/container/check"
- "hakurei.app/container/vfs"
"hakurei.app/message"
+ "hakurei.app/vfs"
)
// messageFromError returns a printable error message for a supported concrete type.