sitespeedio / geckodriver

Install and launch Geckodriver for Mac, Linux or Windows.
MIT License
2 stars 1 forks source link

Typo in the environment variable #5

Open georg-koch opened 3 years ago

georg-koch commented 3 years ago

The overwrite of geckodriver version will not work due to typo in install.js GECKORIVER_VERSION

const GECKODRIVER_VERSION = process.env.GECKODRIVER_VERSION
  ? `v${process.env.GECKORIVER_VERSION}`
  : `v${pkg.geckodriver_version}`;
soulgalore commented 3 years ago

Thank you @georg-koch for reporting, I just fixed that and will do a release the coming day or or so.