diff --git a/prompt/survey.go b/prompt/survey.go index 46b1eda3..6f3c454c 100644 --- a/prompt/survey.go +++ b/prompt/survey.go @@ -42,7 +42,7 @@ func (p prompt) Confirm(message string) bool { confirmation := false err := survey.AskOne(confirmPrompt, &confirmation) if err != nil { - log.Printf("error occured when getting input from user: %s", err) + log.Printf("error occurred when getting input from user: %s", err) return false }