summaryrefslogtreecommitdiffstats
path: root/command
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-19 13:24:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-19 13:24:29 +0200
commitb19c0b42fa1d6b87b16c4f6b3b8030ca8240466a (patch)
treeea3ccd34e397f6b7c4b4a84b89241ddbab655179 /command
parentd6d85a1ba705fbad84242d1a144c4b19e3fcad69 (diff)
fix coding style issues
Diffstat (limited to 'command')
-rw-r--r--command/verifyinstall.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index 31c700b17..991196655 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -68,9 +68,9 @@ class VerifyInstall extends Command {
'invalid or out of date appinfo/checksum.json ' .
'file.');
$output->writeln('Either way, please make sure that the contents ' .
- 'of the News app\'s directory match the contents ' .
- 'of the installed tarball.');
- exit(1);
+ 'of the News app\'s directory match the ' .
+ 'contents of the installed tarball.');
+ return 1;
} else {
$output->writeln('<info>Installation verified, everything OK!' .
'</info>');