Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored and harinee committed Dec 29, 2023
1 parent e8b8eba commit 4004bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt/survey.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4004bbe

Please sign in to comment.