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