This commit is contained in:
Flummi 2016-10-21 02:44:39 +02:00
parent b11d0c3dbe
commit 2f72001b29

View File

@ -9,7 +9,7 @@ module.exports = (lib) => {
func: (e) => { func: (e) => {
exec('cd ../../ & git pull', (error, stdout) => { exec('cd ../../ & git pull', (error, stdout) => {
if(error === null) { if(error === null) {
e.reply('git pull suxxessfully.'); e.reply( 'git pull suxxessfully.' );
//e.reply(stdout); //e.reply(stdout);
} }
}); });