diff options
Diffstat (limited to 'hst/hst.go')
| -rw-r--r-- | hst/hst.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]. |
