Modify the automatic compilation commit.

This commit is contained in:
jaywcjlove 2017-04-18 09:21:13 +08:00
parent f6890531f8
commit 1df8856b1a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if(fs.existsSync(deploy_path)){
ghpages.publish(deploy_path,{
repo: 'https://github.com/jaywcjlove/linux-command.git',
branch: 'gh-pages',
message: 'Compiler generation page ' + new Date()
message: 'Linux command index, Compiler generation page ' + new Date()
}, function(err) {
if(err) return console.log(error(' → '+"ok!"+err));
load.stop()