summaryrefslogtreecommitdiffstats
path: root/command/verifyinstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'command/verifyinstall.php')
-rw-r--r--command/verifyinstall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/command/verifyinstall.php b/command/verifyinstall.php
index bd21185a9..73d82cace 100644
--- a/command/verifyinstall.php
+++ b/command/verifyinstall.php
@@ -15,7 +15,7 @@ use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Helper\ProgressBar;
-use PlasmaConduit\Path;
+use Riimu\Kit\PathJoin\Path;
use OCA\News\Utility\FileChecksumValidator;
@@ -74,7 +74,7 @@ class VerifyInstall extends Command {
$output->writeln('<info>Installation verified, everything OK!' .
'</info>');
}
-
+ exit(1);
}
}