Skip to content

Commit

Permalink
Merge pull request #14689 from KorvinSzanto/develop
Browse files Browse the repository at this point in the history
Capitalize `N` instead of `y` since no is default
  • Loading branch information
snipe committed May 6, 2024
2 parents bf0edcb + 5c1d4af commit fdecdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function url_get_contents ($Url) {
// done fetching requirements

if (!$no_interactive) {
$yesno = readline("\nProceed with upgrade? [Y/n]: ");
$yesno = readline("\nProceed with upgrade? [y/N]: ");
} else {
$yesno = "yes";
}
Expand Down

0 comments on commit fdecdf4

Please sign in to comment.