diff --git a/internal/sys/interface.go b/internal/sys/interface.go index 935cee5..88afd67 100644 --- a/internal/sys/interface.go +++ b/internal/sys/interface.go @@ -47,7 +47,7 @@ type State interface { Uid(aid int) (int, error) } -// CopyPaths is a generic implementation of [System.Paths]. +// CopyPaths is a generic implementation of [fst.Paths]. func CopyPaths(os State, v *fst.Paths) { v.SharePath = path.Join(os.TempDir(), "fortify."+strconv.Itoa(os.Getuid()))