Skip to content

Commit

Permalink
Merge pull request #2 from conicole/master
Browse files Browse the repository at this point in the history
Fix adding 58 forgotten bits
  • Loading branch information
lbaey committed Mar 9, 2017
2 parents aec121b + dc70d2e commit 383e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lbaey/Composer/ChromeDriverPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected function getPlatformNames()
{
return [
self::LINUX32 => 'Linux 32Bits',
self::LINUX64 => 'Linux 6Bits',
self::LINUX64 => 'Linux 64Bits',
self::MAC64 => 'Mac OS X',
self::WIN32 => 'Windows'
];
Expand Down

0 comments on commit 383e927

Please sign in to comment.