Skip to content

Commit 5f02539

Browse files
committed
fix typo
1 parent 2efa23d commit 5f02539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MagicTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MagicTestCommand extends Command
1313
public function handle()
1414
{
1515
$this->comment('Your Magic Test session is starting...');
16-
$filter = $this->option('fiter') ? (' --filter ' . $this->option('filter')) : '';
16+
$filter = $this->option('filter') ? (' --filter ' . $this->option('filter')) : '';
1717
shell_exec('DUSK_HEADLESS_DISABLED=1 MAGIC_TEST=1 php artisan dusk' . $filter);
1818
}
1919
}

0 commit comments

Comments
 (0)