From 90cb01b2748550228d0bc179691a19ebb996fc36 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Feb 2025 19:00:43 +0900 Subject: system: move out of internal Signed-off-by: Ophestra --- fst/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fst') diff --git a/fst/config.go b/fst/config.go index 9a03e499..89107798 100644 --- a/fst/config.go +++ b/fst/config.go @@ -3,7 +3,7 @@ package fst import ( "git.gensokyo.uk/security/fortify/dbus" "git.gensokyo.uk/security/fortify/helper/bwrap" - "git.gensokyo.uk/security/fortify/internal/system" + "git.gensokyo.uk/security/fortify/system" ) const Tmp = "/.fortify" -- cgit v1.3.1