test(prompter): fix invalid comment

This commit is contained in:
Kynan Ware 2025-04-10 17:18:56 -06:00 committed by GitHub
parent 8cd39923fe
commit 70537de132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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