Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Aug 5, 2020
1 parent 2b39e0a commit 7b61e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/src/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import tempDir from 'temp-dir'
import { getBar } from './log'
import plusxSync from './chmod'
import { copy } from './copy'
import { getPlatform, Platform, platforms, getos } from 'tmp-get-platform'
import { getPlatform, Platform, platforms, getos } from '@prisma/get-platform'
import { downloadZip } from './downloadZip'
import { getCacheDir, getDownloadUrl } from './util'
import { cleanupCache } from './cleanupCache'
Expand Down

0 comments on commit 7b61e3d

Please sign in to comment.