diff options
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,14 +50,14 @@ func doGitPullNew() error { if argv.Force { now := time.Now() - pullcount := me.forge.RillFuncError(rillPull) + stats := me.forge.RillFuncError(rillPull) count := me.forge.RillReload() if count != 0 { me.forge.ConfigSave() } total, count, nope, _ := IsEverythingOnMaster() - log.Printf("Master branch check. %d total repos. (%d git pulled) (%d not on master branch) (%s) git pull total=%d\n", total, count, nope, shell.FormatDuration(time.Since(now)), pullcount) + 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 } |
