Initial work for upgrade feature

This commit is contained in:
NGPixel
2017-02-13 00:59:52 -05:00
parent 5223368e37
commit 391afc4d7a
4 changed files with 56 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ module.exports = {
})
})
.catch((err) => {
winston.error('[' + PROCNAME + '][GIT] Unable to push changes to remote!')
winston.error('[' + PROCNAME + '.Git] Unable to push changes to remote!')
throw err
})
},