3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 08:05:23 +00:00

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";
}