Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrop authored Jun 29, 2017
1 parent 8f894fb commit cf75a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (platform === 'mac' && arch !== 'x64') {
process.exit(1)
}

var ffmpegPath = path.join(
var ffprobePath = path.join(
__dirname,
'bin',
platform,
Expand Down

0 comments on commit cf75a35

Please sign in to comment.