fix(put) path -> name

This commit is contained in:
coderaiser 2014-06-20 04:24:16 -04:00
parent 797446b6c0
commit 2798f41d80

View file

@ -39,7 +39,7 @@
break;
default:
pack.gunzip(readStream, path, function(error) {
pack.gunzip(readStream, name, function(error) {
var msg;
if (!error)