Merge branch 'mmpm-integration' of github.com:Bee-Mar/MagicMirror into develop

This commit is contained in:
Brandon Marlowe 2020-07-28 23:53:03 -04:00
commit e6b94df06d

View File

@ -72,7 +72,7 @@ module.exports = NodeHelper.create({
performFetch: function () {
var self = this;
simpleGits.forEach((sg) => {
sg.git.fetch().status((err, data) => {
sg.git.fetch(["--dry-run"]).status((err, data) => {
data.module = sg.module;
if (!err) {
sg.git.log({ "-1": null }, (err, data2) => {