Skip to content

Commit

Permalink
Update ConfigureExportCommand.php
Browse files Browse the repository at this point in the history
Is this function supposed to reflect "export"?
  • Loading branch information
cbfannin authored Oct 16, 2024
1 parent 16da6fb commit c8d6ca3
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 c8d6ca3

Please sign in to comment.