Skip to content

Commit

Permalink
Merge pull request #674 from kandarp26/patch-1
Browse files Browse the repository at this point in the history
Update regular expression base on website changes
  • Loading branch information
taylorotwell authored Sep 11, 2019
2 parents 541ab13 + 1632330 commit 937d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function latestVersion()
{
$home = $this->getUrl($this->homeUrl);

preg_match('/Latest stable release:.*?\?path=([\d.]+)/', $home, $matches);
preg_match('/release:.*?\?path=([\d.]+)/', $home, $matches);

return $matches[1];
}
Expand Down

0 comments on commit 937d105

Please sign in to comment.