Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(extract-stream): oops @ path lol
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 17, 2017
1 parent 1882d18 commit 53fc6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extract-stream.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

var gunzip = require('./lib/gunzip-maybe')
var gunzip = require('./util/gunzip-maybe')
var path = require('path')
var pipeline = require('mississippi').pipeline
var tar = require('tar-fs')
Expand Down

0 comments on commit 53fc6a6

Please sign in to comment.