Skip to content

Commit

Permalink
Try to fix error: spawn git ENOENT
Browse files Browse the repository at this point in the history
  • Loading branch information
sma11black committed Jul 15, 2020
1 parent 91e6771 commit 55cc9bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sync_deploy_history.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async function sync_deploy_history() {
// For git cmd
function git(...args) {
return spawn('git', args, {
cwd: deployDir,
verbose: true,
stdio: 'inherit'
});
Expand Down

0 comments on commit 55cc9bb

Please sign in to comment.