Compare commits

..

No commits in common. "main" and "v0.5.0" have entirely different histories.
main ... v0.5.0

View File

@ -200,7 +200,7 @@ func lightDivider() {
func confirmQuit() {
divider()
fmt.Printf("Are you sure you want to quit? (Y/N) > ")
fmt.Println("Are you sure you want to quit? (Y/N) > ")
s := getResponse()
if s == "y" || s == "yes" {
fmt.Println("Bye!")