aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exit.go')
-rw-r--r--internal/exit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/exit.go b/internal/exit.go
index 0e8242ef..fe2a7ce3 100644
--- a/internal/exit.go
+++ b/internal/exit.go
@@ -3,7 +3,7 @@ package internal
import (
"os"
- "git.gensokyo.uk/security/hakurei/internal/hlog"
+ "hakurei.app/internal/hlog"
)
func Exit(code int) { hlog.BeforeExit(); os.Exit(code) }