From 0c5a48c4a416faf15b0282a93cf283966a0b7c18 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 26 Apr 2017 01:16:11 +0200 Subject: Add tests for repairstep Signed-off-by: Lukas Reschke --- lib/private/Repair/NC12/InstallCoreBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private') 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()); } } } -- cgit v1.2.3