moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.18k stars 533 forks source link

Uppercase default answer in implode prompt #310

Closed jenspinney closed 4 years ago

jenspinney commented 5 years ago

Normally, if a command-line prompt gives two options and one option is uppercased, that means no answer is the same as the uppercased answer.

This PR fixes the prompt users receive when running implode so that the 'N' is capitalized instead of the 'Y.' There's no behavioral change; this just updates the prompt values to match the true default behavior.

BenKnigge commented 4 years ago

Thank you for your contribution.