From e0f321b2c4eafba27a93fce93f444b62822c74db Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 18 Feb 2025 18:47:48 +0900 Subject: sys: rename from linux Signed-off-by: Ophestra --- parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.go') diff --git a/parse.go b/parse.go index 7212c92b..95775468 100644 --- a/parse.go +++ b/parse.go @@ -84,7 +84,7 @@ func tryShort(name string) (config *fst.Config, instance *state.State) { if likePrefix && len(name) >= 8 { fmsg.Verbose("argument looks like prefix") - s := state.NewMulti(sys.Paths().RunDirPath) + s := state.NewMulti(std.Paths().RunDirPath) if entries, err := state.Join(s); err != nil { log.Printf("cannot join store: %v", err) // drop to fetch from file -- cgit v1.3.1