From 004f45e09114086e93b3f47adf1e3181f262ca96 Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 11 Jul 2026 19:02:06 +0200 Subject: don't repeat arguments in the banner --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 7abadba..ceaa0ea 100644 --- a/main.go +++ b/main.go @@ -229,7 +229,7 @@ func pik() *spool.ExitCode { if result.NeedsConfirmation || ForceConfirm { _, _ = fmt.Fprintf(os.Stderr, "this target is out of tree\n") - if !menu.Confirm(os.Stdin, result.Source, result.Target, args...) { + if !menu.Confirm(os.Stdin, result.Source, result.Target, result.Args...) { return spool.Cancelled } } -- cgit v1.3.1