summaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r--core/Command/Upgrade.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index d476b91d6bf..e929dc22bc8 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -95,10 +95,10 @@ class Upgrade extends Command {
$self = $this;
$updater = new Updater(
- $this->config,
- \OC::$server->getIntegrityCodeChecker(),
- $this->logger,
- $this->installer
+ $this->config,
+ \OC::$server->getIntegrityCodeChecker(),
+ $this->logger,
+ $this->installer
);
/** @var IEventDispatcher $dispatcher */