mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
🐛 😱 Fixing extract-zip derp-moment
There are no words for this!
This commit is contained in:
parent
1dc3ca354f
commit
a791b43f1e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var _ = require('lodash'),
|
|||
os = require('os'),
|
||||
glob = require('glob'),
|
||||
uuid = require('node-uuid'),
|
||||
extract = require('extract-zip'),
|
||||
extract = require('extract-zip-fork'),
|
||||
errors = require('../../errors'),
|
||||
ImageHandler = require('./handlers/image'),
|
||||
JSONHandler = require('./handlers/json'),
|
||||
|
|
Loading…
Add table
Reference in a new issue