From 720a9145c576f9b1616d8005869af0259bad779d Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 16:31:45 +0200 Subject: change completion script to posix sh --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 6724cfd..af5cb9f 100644 --- a/main.go +++ b/main.go @@ -182,7 +182,7 @@ func main() { } if result.Target == nil { - _, _ = spool.Warn("target not found.\n") + _, _ = spool.Warn("target not found\n") os.Exit(1) return } -- cgit v1.3.1