Skip to content

Commit

Permalink
Merge pull request #57 from fourkitchens/config-export-function-typo
Browse files Browse the repository at this point in the history
Update ConfigureExportCommand.php
  • Loading branch information
cbfannin authored Oct 17, 2024
2 parents d3cc46b + c8d6ca3 commit 58e4c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Plugin/Commands/ConfigureExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ConfigureExportCommand extends Tasks {
* @command local:configure:export
* @aliases configure-export, configure_export, cex
*/
public function configure_import(ConsoleIO $io) {
public function configure_export(ConsoleIO $io) {
$env = Robo::config()->get('local_environment');
$tasks = $this->collectionBuilder($io);
$tasks->addTask($this->taskExec($env . ' drush cex -y'));
Expand Down

0 comments on commit 58e4c8b

Please sign in to comment.