summaryrefslogtreecommitdiffstats
path: root/command
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:52:32 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:57:23 +0200
commit94575cc761c016b68135b398445d554bc984b1d5 (patch)
tree35f2decbb4cfed12e65f420228e5e1e150f36068 /command
parent44733bc8b4f5f1a6fb26dea01b9d33c7b0321d67 (diff)
swap out unlicensed lib
Diffstat (limited to 'command')
-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);
}
}