Skip to content

Commit

Permalink
fix(createDiff): update git clone cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Clunt committed Aug 28, 2018
1 parent 1715e8d commit 96cd75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createDiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports = module.exports = function createDiff(cache, git, tag) {

try {
child_process.execSync(
`git clone -l -b ${branch} ${repository} ${cache} >& /dev/null`
`git clone -l -b ${branch} ${repository} ${cache}`
);
} catch (e) {
console.log(e)
Expand Down

0 comments on commit 96cd75e

Please sign in to comment.