summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-26 01:16:11 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 20:07:52 +0200
commit0c5a48c4a416faf15b0282a93cf283966a0b7c18 (patch)
tree4551747f6fa53a68650974edf92427236522a118 /lib
parenta05295fca3477923fdc0edade590e3e5d7762673 (diff)
downloadnextcloud-server-0c5a48c4a416faf15b0282a93cf283966a0b7c18.tar.gz
nextcloud-server-0c5a48c4a416faf15b0282a93cf283966a0b7c18.zip
Add tests for repairstep
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-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());
}
}
}