From 53fc6a6b629bdf4809da77ba39231fba721bfc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 16 Feb 2017 16:46:07 -0800 Subject: [PATCH] fix(extract-stream): oops @ path lol --- lib/extract-stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extract-stream.js b/lib/extract-stream.js index d9b569f..a7f0457 100644 --- a/lib/extract-stream.js +++ b/lib/extract-stream.js @@ -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')