aboutsummaryrefslogtreecommitdiffhomepage
path: root/flag.go
diff options
context:
space:
mode:
Diffstat (limited to 'flag.go')
-rw-r--r--flag.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/flag.go b/flag.go
index f69f8f33..04bc329f 100644
--- a/flag.go
+++ b/flag.go
@@ -3,7 +3,7 @@ package main
import (
"flag"
- "git.ophivana.moe/cat/fortify/internal/util"
+ "git.ophivana.moe/cat/fortify/internal"
)
var (
@@ -44,7 +44,7 @@ func init() {
func init() {
methodHelpString := "Method of launching the child process, can be one of \"sudo\", \"bubblewrap\""
- if util.SdBootedV {
+ if internal.SdBootedV {
methodHelpString += ", \"systemd\""
}