Skip to content

Commit 937d105

Browse files
authored
Merge pull request #674 from kandarp26/patch-1
Update regular expression base on website changes
2 parents 541ab13 + 1632330 commit 937d105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ChromeDriverCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function latestVersion()
167167
{
168168
$home = $this->getUrl($this->homeUrl);
169169

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

172172
return $matches[1];
173173
}

0 commit comments

Comments
 (0)