Skip to content

Commit

Permalink
Merge pull request #42 from wpeisert/fix/ImportDefinitionProcess-comm…
Browse files Browse the repository at this point in the history
…and-call-name

changed form import-definitions:run into import-definitions:import
  • Loading branch information
dpfaffenbauer authored Oct 25, 2017
2 parents f61f0ab + db4b61b commit 2ad0b9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function run(ExecutableInterface $executable)
{
$settings = $executable->getSettings();

$settings['command'] = sprintf('import-definitions:run -d %s -p "%s"', $settings['definition'], addslashes($settings['params']));
$settings['command'] = sprintf('import-definitions:import -d %s -p "%s"', $settings['definition'], addslashes($settings['params']));

$executable->setSettings($settings);

return parent::run($executable);
}
}
}

0 comments on commit 2ad0b9b

Please sign in to comment.