Skip to content

Commit

Permalink
Only install OS binary
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 12, 2021
1 parent 3a65fa4 commit 0b92b3b
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 @@ -62,7 +62,7 @@ public function handle()

$this->comment('Downloading ChromeDriver binaries...');

$driverCommandArgs = ['--all' => true];
$driverCommandArgs = [];

if ($this->option('proxy')) {
$driverCommandArgs['--proxy'] = $this->option('proxy');
Expand Down

0 comments on commit 0b92b3b

Please sign in to comment.