Capitalize N instead of y since no is default

This commit is contained in:
Korvin Szanto 2024-05-01 09:01:47 -07:00 committed by Korvin Szanto
parent bf0edcb92e
commit 5c1d4aff23

View file

@ -87,7 +87,7 @@ if($upgrade_requirements){
// done fetching requirements
if (!$no_interactive) {
$yesno = readline("\nProceed with upgrade? [Y/n]: ");
$yesno = readline("\nProceed with upgrade? [y/N]: ");
} else {
$yesno = "yes";
}