Skip to content

Commit

Permalink
Ran duster fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaKladd committed Nov 21, 2024
1 parent d1e0c12 commit dce8d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/HuskyHooksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HuskyHooksCommand extends Command
*/
public function handle(): int
{
$exec = match($this->option('env')) {
$exec = match ($this->option('env')) {
'ddev' => 'ddev exec ',
'lando' => 'lando ',
'warden' => 'warden env exec ',
Expand Down

0 comments on commit dce8d97

Please sign in to comment.