mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -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
|
// done fetching requirements
|
||||||
|
|
||||||
if (!$no_interactive) {
|
if (!$no_interactive) {
|
||||||
$yesno = readline("\nProceed with upgrade? [Y/n]: ");
|
$yesno = readline("\nProceed with upgrade? [y/N]: ");
|
||||||
} else {
|
} else {
|
||||||
$yesno = "yes";
|
$yesno = "yes";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue