Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
More explicit in what exactly kriswallsmith/spork is
  • Loading branch information
johnkary committed Sep 6, 2013
1 parent 9044feb commit cfebc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DumpCommand.php
Expand Up @@ -47,7 +47,7 @@ protected function initialize(InputInterface $input, OutputInterface $stdout)
{
if (null !== $input->getOption('forks')) {
if (!class_exists('Spork\ProcessManager')) {
throw new \RuntimeException('The --forks option requires that kriswallsmith/spork be installed');
throw new \RuntimeException('The --forks option requires that package kriswallsmith/spork be installed');
}

if (!is_numeric($input->getOption('forks'))) {
Expand Down

0 comments on commit cfebc3e

Please sign in to comment.