GitHub resolver should move contents when extracting.

This commit is contained in:
André Cruz
2013-07-14 15:37:00 +01:00
parent 73592f76ba
commit b9514692fe
2 changed files with 1 additions and 3 deletions

View File

@@ -77,9 +77,7 @@ GitHubResolver.prototype._checkout = function () {
to: that._tempDir
});
extract(file, that._tempDir, {
keepStructure: true // Keep the folder structure as it is!
})
extract(file, that._tempDir)
.then(deferred.resolve, deferred.reject);
});

Binary file not shown.