Merge pull request #727 from jurgenhaas/patch-2

Backport of #718
This commit is contained in:
Joas Schilling 2016-08-04 14:45:28 +02:00 committed by GitHub
commit 4d5df58378
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Upgrade extends Command {
const ERROR_SUCCESS = 0;
const ERROR_NOT_INSTALLED = 1;
const ERROR_MAINTENANCE_MODE = 2;
const ERROR_UP_TO_DATE = 3;
const ERROR_UP_TO_DATE = 0;
const ERROR_INVALID_ARGUMENTS = 4;
const ERROR_FAILURE = 5;