diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } } |
