diff --git a/internal/prompter/prompter.go b/internal/prompter/prompter.go index cd53d7199..6ef61cf15 100644 --- a/internal/prompter/prompter.go +++ b/internal/prompter/prompter.go @@ -259,7 +259,7 @@ func (p *accessiblePrompter) MarkdownEditor(prompt, defaultValue string, blankAl return "", nil } - // openOption was selected + // launchOption was selected text, err := surveyext.Edit(p.editorCmd, "*.md", defaultValue, p.stdin, p.stdout, p.stderr) if err != nil { return "", err