Skip to content

Commit

Permalink
list command is redundant it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Apr 25, 2018
1 parent a4e5a1a commit f361cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$scriptOptions = $input->getOption('script-options');

// find all commands
$process = new Process($script . ' ' . $scriptOptions . ' list --format=xml');
$process = new Process($script . ' ' . $scriptOptions . ' --format=xml');
$process->run();
if (!$process->isSuccessful()) {
throw new \RuntimeException($process->getErrorOutput());
Expand Down

0 comments on commit f361cda

Please sign in to comment.