Skip to content

Commit

Permalink
chore: update error text in check_for_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ankddev committed Dec 12, 2024
1 parent c23d953 commit 4e6ebce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/check_for_updates/check_for_updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func main() {
answer = strings.ToLower(strings.TrimSpace(answer))

if answer != "y" && answer != "yes" {
fmt.Println("Update cancelled.")
waitForEnter()
return
}
Expand Down

0 comments on commit 4e6ebce

Please sign in to comment.