Skip to content

Commit

Permalink
Fixes command.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed May 17, 2019
1 parent be29713 commit 185d9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DetectCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (! $updated) {
$io->caution('ChromeDriver is outdated!');
if ($autoUpdate || $io->confirm('Do you want to update ChromeDriver?')) {
$this->updateChromeDriver($driverDirectory, $chromeVersions['major']);
$this->updateChromeDriver($output, $driverDirectory, $chromeVersions['major']);
}
}
}
Expand Down

0 comments on commit 185d9ff

Please sign in to comment.