pullstatus removed
This commit is contained in:
parent
6d9bdd580d
commit
b11d0c3dbe
@ -8,8 +8,10 @@ module.exports = (lib) => {
|
||||
active: 1,
|
||||
func: (e) => {
|
||||
exec('cd ../../ & git pull', (error, stdout) => {
|
||||
if(error === null)
|
||||
e.reply(stdout);
|
||||
if(error === null) {
|
||||
e.reply('git pull suxxessfully.');
|
||||
//e.reply(stdout);
|
||||
}
|
||||
});
|
||||
},
|
||||
desc: 'gitpuller'
|
||||
|
Loading…
Reference in New Issue
Block a user