linter appeasement

This commit is contained in:
vilmibm 2020-09-14 11:07:33 -05:00
parent e7ab1b753e
commit ecfbaaa31c

View file

@ -100,6 +100,10 @@ func editRun(opts *EditOptions) error {
Message: "Edit which file?",
Options: candidates,
}, &filename)
if err != nil {
return fmt.Errorf("could not prompt: %w", err)
}
}
}