Skip to content

Commit fdecdf4

Browse files
authored
Merge pull request #14689 from KorvinSzanto/develop
Capitalize `N` instead of `y` since no is default
2 parents bf0edcb + 5c1d4af commit fdecdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function url_get_contents ($Url) {
8787
// done fetching requirements
8888

8989
if (!$no_interactive) {
90-
$yesno = readline("\nProceed with upgrade? [Y/n]: ");
90+
$yesno = readline("\nProceed with upgrade? [y/N]: ");
9191
} else {
9292
$yesno = "yes";
9393
}

0 commit comments

Comments
 (0)