aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsoverlay.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsoverlay.go')
-rw-r--r--hst/fsoverlay.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fsoverlay.go b/hst/fsoverlay.go
index 72df1deb..738ecf53 100644
--- a/hst/fsoverlay.go
+++ b/hst/fsoverlay.go
@@ -4,7 +4,7 @@ import (
"encoding/gob"
"strings"
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
func init() { gob.Register(new(FSOverlay)) }