text improvement

This commit is contained in:
陆柯 2019-09-27 09:22:51 +08:00
parent 223261b739
commit 8a7fca6223

View File

@ -273,7 +273,7 @@ function deployToGit(){
}).then(() => { }).then(() => {
return parseConfig(connection) return parseConfig(connection)
}).each(function(repo) { }).each(function(repo) {
console.log('##########################') console.log('########## repo ###########')
console.log(repo) console.log(repo)
return push(repo) return push(repo)
}) })