summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-18 12:56:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-18 13:03:54 +0200
commit3034d61f23e208e0e9e84cf78cd5f2abbe1d81de (patch)
treead1ea6c1cf5a7800c4468ac09d627ccd20ea9b43
parent0197169426960ba029b513381ecb26ecd14e60ff (diff)
fix indention
-rw-r--r--cron/updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/updater.php b/cron/updater.php
index a2a343b6e..40e134b02 100644
--- a/cron/updater.php
+++ b/cron/updater.php
@@ -23,7 +23,7 @@ class Updater {
static public function run() {
$app = new Application();
- $container = $app->getContainer();
+ $container = $app->getContainer();
// make it possible to turn off cron updates if you use an external
// script to execute updates in parallel