Skip to content

Commit

Permalink
Merge pull request #58 from fourkitchens/local-setup-function-typo
Browse files Browse the repository at this point in the history
Update LocalSetupCommand.php
  • Loading branch information
cbfannin authored Oct 17, 2024
2 parents 16da6fb + 79c9530 commit d3cc46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Plugin/Commands/LocalSetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class LocalSetupCommand extends FireCommandBase {
* @option $get-files Gets the Files from the remote server.
* @option $y Run the command with no interection required.
*/
public function envStop(ConsoleIO $io, $opts = ['no-db-import' => FALSE, 'no-db-download' => FALSE, 'get-files|f' => FALSE, 'y|y' => FALSE]) {
public function localSetup(ConsoleIO $io, $opts = ['no-db-import' => FALSE, 'no-db-download' => FALSE, 'get-files|f' => FALSE, 'y|y' => FALSE]) {
$env = Robo::config()->get('local_environment');

$shouldRebuild = FALSE;
Expand Down

0 comments on commit d3cc46b

Please sign in to comment.