From b19c0b42fa1d6b87b16c4f6b3b8030ca8240466a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Aug 2015 13:24:29 +0200 Subject: fix coding style issues --- command/verifyinstall.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'command') 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('Installation verified, everything OK!' . ''); -- cgit v1.2.3