Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
parent 929b19c546
commit f8da12efaf
  1. 4
      index.js

@ -34,7 +34,7 @@ module.exports = function(o_params){
branch: 'master'
},
add: {
path: './*'
path: o.dir
},
commit: {
message: "Committed by cron-git from "+ require('os').hostname()
@ -80,7 +80,7 @@ module.exports = function(o_params){
var push = function(params_user, callback){
var params = {
add: {
path: './*'
path: o.dir
},
commit: {
message: "Committed by cron-git from "+ require('os').hostname()

Loading…
Cancel
Save