chore(cloudcmd) lint

This commit is contained in:
coderaiser 2020-04-10 14:31:55 +03:00
parent 2a170584e2
commit 67138dab0f
5 changed files with 9 additions and 9 deletions

View file

@ -85,7 +85,7 @@ test('cloudcmd: rest: pack: tar: put: file', async (t) => {
body: getPackOptions(name),
});
const file = fs.createReadStream(join(__dirname,'..', name));
const file = fs.createReadStream(join(__dirname, '..', name));
const extract = tar.extract();
file.pipe(gunzip()).pipe(extract);