summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/NC12/InstallCoreBundle.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Repair/NC12/InstallCoreBundle.php')
-rw-r--r--lib/private/Repair/NC12/InstallCoreBundle.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair/NC12/InstallCoreBundle.php b/lib/private/Repair/NC12/InstallCoreBundle.php
index 4028b0c875c..38583b09a89 100644
--- a/lib/private/Repair/NC12/InstallCoreBundle.php
+++ b/lib/private/Repair/NC12/InstallCoreBundle.php
@@ -71,7 +71,7 @@ class InstallCoreBundle implements IRepairStep {
$this->installer->installAppBundle($bundle);
$output->info('Successfully installed core app bundle.');
} catch (\Exception $e) {
- $output->warning('Could not install core app bundle:' . $e->getMessage());
+ $output->warning('Could not install core app bundle: ' . $e->getMessage());
}
}
}