summaryrefslogtreecommitdiffstats
path: root/core/Command/App/Update.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/App/Update.php')
-rw-r--r--core/Command/App/Update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php
index f02da1c66ba..19d0251d824 100644
--- a/core/Command/App/Update.php
+++ b/core/Command/App/Update.php
@@ -83,7 +83,7 @@ class Update extends Command {
$singleAppId = $input->getArgument('app-id');
if ($singleAppId) {
- $apps = array($singleAppId);
+ $apps = [$singleAppId];
try {
$this->manager->getAppPath($singleAppId);
} catch (\OCP\App\AppPathNotFoundException $e) {