Skip to content

Commit 4e6ebce

Browse files
committed
chore: update error text in check_for_updates
1 parent c23d953 commit 4e6ebce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/check_for_updates/check_for_updates.go

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ func main() {
189189
answer = strings.ToLower(strings.TrimSpace(answer))
190190

191191
if answer != "y" && answer != "yes" {
192+
fmt.Println("Update cancelled.")
192193
waitForEnter()
193194
return
194195
}

0 commit comments

Comments
 (0)