Skip to content

Commit

Permalink
refactor: remove useless rename
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocarboni committed Dec 17, 2023
1 parent f0d261f commit 7c1f28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { createWriteStream } from 'fs';
import path from 'path';
import { mkdir, readFile, readdir, rename, unlink } from 'fs/promises';

import { md5sum, sha256sum, verifyGpgSig, getTempPath as getTempPath } from './integrity';
import { md5sum, sha256sum, verifyGpgSig, getTempPath } from './integrity';

/**
* @typedef {object} DownloadOptions
Expand Down

0 comments on commit 7c1f28b

Please sign in to comment.