Skip to content

Commit

Permalink
Update ExportToolkit command
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler committed Feb 25, 2020
1 parent 7950279 commit 3f2c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Executor/ExportToolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct($config = [])
*/
public function getCommand($callbackSettings = [], $monitoringItem = null)
{
$command = \Pimcore\Tool\Console::getPhpCli() . ' ' . PIMCORE_PROJECT_ROOT . '/pimcore/cli/console.php export-toolkit:export --config-name=' . $this->getValues()['configName'];
$command = \Pimcore\Tool\Console::getPhpCli() . ' ' . PIMCORE_PROJECT_ROOT . '/bin/console export-toolkit:export --config-name=' . $this->getValues()['configName'];

return $command;
}
Expand Down

0 comments on commit 3f2c5f3

Please sign in to comment.