Skip to content

Commit

Permalink
fix download command
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed May 6, 2024
1 parent 3890738 commit 86fdc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/get-driver/src/download-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as fs from 'fs-extra'
import * as stream from 'stream'
import fetch from 'node-fetch'
import * as unzipper from 'unzipper'
import tar from 'tar'
import * as tar from 'tar'
import {
resolveDriverUrl,
resolveDriverName,
Expand Down

0 comments on commit 86fdc75

Please sign in to comment.