Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Aug 15, 2015
1 parent 94575cc commit 7b16e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/verifyinstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$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);
} else {
$output->writeln('<info>Installation verified, everything OK!' .
'</info>');
}
exit(1);
}

}

0 comments on commit 7b16e30

Please sign in to comment.