aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/hst.go')
-rw-r--r--hst/hst.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/hst.go b/hst/hst.go
index eb4ef26d..d2dd7611 100644
--- a/hst/hst.go
+++ b/hst/hst.go
@@ -8,7 +8,7 @@ import (
"os"
"hakurei.app/check"
- "hakurei.app/container/fhs"
+ "hakurei.app/fhs"
)
// An AppError is returned while starting an app according to [hst.Config].