Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed Mar 8, 2016
1 parent 7ef58ef commit b9992cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/downloader.js
Expand Up @@ -56,7 +56,7 @@ function downloader(binDir, callback) {

createBase(binDir);

var ytdlBinary = fs.readFileSync(pathEx.datadir(pkg.name) + '/bin').toString();
var ytdlBinary = fs.readFileSync(dataPath + '/bin').toString();

var exists = fs.existsSync(ytdlBinary);

Expand Down

0 comments on commit b9992cf

Please sign in to comment.