Fixing RunCommand

This commit is contained in:
Dan Cryer 2014-12-01 17:36:47 +00:00
parent 8f169ae837
commit c211f92313

View file

@ -62,7 +62,8 @@ class RunCommand extends Command
{
$this
->setName('phpci:run-builds')
->setDescription('Run all pending PHPCI builds.');
->setDescription('Run all pending PHPCI builds.')
->addOption('verbose', 'v', InputOption::VALUE_NONE);
}
/**