Skip to content

Commit

Permalink
Update installer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert authored May 14, 2019
1 parent f09422d commit a255e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamodb/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var download = function (downloadUrl, installPath, callback) {

response
.pipe(zlib.Unzip())
.pipe(new tar.Unpack({
path: installPath
.pipe(tar.x({
C: installPath
}))
.on('data', function (chunk) {
bar.tick(chunk.length);
Expand Down

0 comments on commit a255e6a

Please sign in to comment.