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:
committed by
Korvin Szanto
parent
bf0edcb92e
commit
5c1d4aff23
@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user