Skip to content

Commit

Permalink
Merge 6a9a1a1 into 1486626
Browse files Browse the repository at this point in the history
  • Loading branch information
ggolmar committed Oct 26, 2018
2 parents 1486626 + 6a9a1a1 commit d127de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gilp.prototype._getStream = function (objectFormat, paths, glob, includeBOM) {
return streamify(paths)
.pipe(through2.obj(function (path, enc, callback) {

var contents = execSync(util.format('git cat-file blob %s', util.format(objectFormat, path)));
var contents = execSync(util.format('git cat-file blob %s', util.format(objectFormat, path).replace(' ', '\\ ')));
var file = new File({
gilp: true,
path: path,
Expand Down

0 comments on commit d127de2

Please sign in to comment.