test(prompter): fix invalid comment
This commit is contained in:
parent
8cd39923fe
commit
70537de132
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue