diff --git a/scripts/install.js b/scripts/install.js index 615fa85..3ec3cdf 100755 --- a/scripts/install.js +++ b/scripts/install.js @@ -14,7 +14,7 @@ if (nodeVersionMatches('>=8.6.0 <10.0.0')) { } const version = '1.3.3' -const downloadPath = 'https://github.com/HandBrake/HandBrake/releases/download/%s/HandBrxakeCLI-%s%s' +const downloadPath = 'https://github.com/HandBrake/HandBrake/releases/download/%s/HandBrakeCLI-%s%s' function downloadFile (from, to, done) { console.log('fetching: ' + from)