aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/bwrap
diff options
context:
space:
mode:
Diffstat (limited to 'helper/bwrap')
-rw-r--r--helper/bwrap/arg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/bwrap/arg.go b/helper/bwrap/arg.go
index d419ba50..d69c597c 100644
--- a/helper/bwrap/arg.go
+++ b/helper/bwrap/arg.go
@@ -6,7 +6,7 @@ import (
"slices"
"strconv"
- "git.gensokyo.uk/security/fortify/internal/proc"
+ "git.gensokyo.uk/security/fortify/helper/proc"
)
type Builder interface {