Skip to content

Commit

Permalink
fix documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari authored Mar 5, 2022
1 parent 62e9c91 commit d91fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func WarningPromptConfirm(message string) (bool, error) {
return result, nil
}

// WarningPromptInput launches the input UI with a warning styling
// warningPromptInput launches the input UI with a warning styling
func warningPromptInput(message string, defaultInput string) (string, error) {
result := ""
prompt := &survey.Input{
Expand Down

0 comments on commit d91fd27

Please sign in to comment.