testpush
This commit is contained in:
parent
b11d0c3dbe
commit
2f72001b29
@ -9,7 +9,7 @@ module.exports = (lib) => {
|
||||
func: (e) => {
|
||||
exec('cd ../../ & git pull', (error, stdout) => {
|
||||
if(error === null) {
|
||||
e.reply('git pull suxxessfully.');
|
||||
e.reply( 'git pull suxxessfully.' );
|
||||
//e.reply(stdout);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user