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

Commit

Permalink
update mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EragonJ committed Dec 8, 2016
1 parent 2954eed commit e83b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function download(link, to, callback) {
return;
}
downloadFile.pipe(fs.createWriteStream(to, {
mode: 493
mode: 0o755
}));
});

Expand Down

0 comments on commit e83b336

Please sign in to comment.