Merge pull request #14689 from KorvinSzanto/develop
Capitalize `N` instead of `y` since no is default
This commit is contained in:
commit
fdecdf4b15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue