Skip to content

Commit

Permalink
Make sure all option is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 26, 2019
1 parent e60d567 commit 899fa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function handle()

$this->info('Installing ChromeDriver binaries...');

$this->call('dusk:chrome-driver', ['--all']);
$this->call('dusk:chrome-driver', ['--all' => true]);
}

/**
Expand Down

0 comments on commit 899fa16

Please sign in to comment.