Skip to content

Commit 86fdc75

Browse files
committed
fix download command
1 parent 3890738 commit 86fdc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/get-driver/src/download-driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as fs from 'fs-extra'
2020
import * as stream from 'stream'
2121
import fetch from 'node-fetch'
2222
import * as unzipper from 'unzipper'
23-
import tar from 'tar'
23+
import * as tar from 'tar'
2424
import {
2525
resolveDriverUrl,
2626
resolveDriverName,

0 commit comments

Comments
 (0)