diff options
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ func doGitPull() error { me.forge.ConfigSave() } - total, count, nope, _ := IsEverythingOnMaster() + total, count, nope, _ := me.forge.IsEverythingOnMaster() log.Printf("Master branch check. %d total repos. (%d git pulled) (%d not on master branch) (%s) git pull total=FIXME%d\n", total, count, nope, shell.FormatDuration(time.Since(now)), len(stats)) return nil } |
