diff --git a/index.js b/index.js index a2c3f12..f424535 100644 --- a/index.js +++ b/index.js @@ -15,4 +15,4 @@ git.pull('origin', 'master', {'--no-rebase': null}); git.add('./*') .commit("Committed by cron-git auto") - .push(['-u', 'origin', 'master'], () => console.log('git push done!!')); \ No newline at end of file + .push(['-u', 'origin', 'master'], (s) => console.log(s+'git push done!!')); \ No newline at end of file