aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/cmd.go')
-rw-r--r--helper/cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/cmd.go b/helper/cmd.go
index 55fd52e7..9a5bc3ab 100644
--- a/helper/cmd.go
+++ b/helper/cmd.go
@@ -10,7 +10,7 @@ import (
"sync"
"syscall"
- "git.gensokyo.uk/security/hakurei/helper/proc"
+ "hakurei.app/helper/proc"
)
// NewDirect initialises a new direct Helper instance with wt as the null-terminated argument writer.