Skip to content

Commit

Permalink
Better upgrade warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 27, 2024
1 parent b86089f commit b105457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

// checks current kirby version and prevents downgrade
if (version_compare($kirby->version(), $version, '>') === true) {
throw new Exception('Current Kirby version is higher than the version you are trying to upgrade to');
throw new Exception('Your current Kirby version is higher than the version you are trying to upgrade to');
}

// confirms the process when major version upgrade available
Expand Down

0 comments on commit b105457

Please sign in to comment.