Skip to content

Commit

Permalink
fix: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadaf-A committed Feb 28, 2024
1 parent 214ae60 commit db3d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports.downloadAndUpdateBinaries = async (latest = false) => {
for(let dependency of constants.files.dependencies) {
fse.copySync(`.tmp/${dependency}`,`bin/${dependency}`);
}
utils.clearDirectory('.tmo');
utils.clearDirectory('.tmp');
}

module.exports.downloadAndUpdateClient = async (latest = false) => {
Expand Down

0 comments on commit db3d28f

Please sign in to comment.