aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/sysctl.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/sysctl.go')
-rw-r--r--container/sysctl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/sysctl.go b/container/sysctl.go
index 4387c4da..e4b7af23 100644
--- a/container/sysctl.go
+++ b/container/sysctl.go
@@ -6,7 +6,7 @@ import (
"strconv"
"sync"
- "hakurei.app/container/fhs"
+ "hakurei.app/fhs"
"hakurei.app/message"
)