We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9514c22 commit ce71fd1Copy full SHA for ce71fd1
main.go
@@ -371,7 +371,7 @@ func cmdEdit(c *cli.Context) error {
371
cmd.Stdin = strings.NewReader(strings.Join(files, "\n"))
372
b, err := cmd.CombinedOutput()
373
if err != nil {
374
- return fmt.Errorf("you need to install peco first: https://github.com/peco/peco")
+ return fmt.Errorf("cannot run %q: you need to install peco first: https://github.com/peco/peco", cfg.SelectCmd)
375
}
376
files = strings.Split(strings.TrimSpace(string(b)), "\n")
377
for i, file := range files {
0 commit comments