Skip to content

Commit

Permalink
core: use correct source in _append.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jul 4, 2014
1 parent faae847 commit b26c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Archiver.prototype._append = function(filepath, data, stats) {

this._queue.push({
data: this._normalizeFileData(data, stats),
source: util.lazyReadStream(filepath)
source: source
});
};

Expand Down

0 comments on commit b26c4f3

Please sign in to comment.