mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Capitalize N
instead of y
since no is default
This commit is contained in:
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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue