From 5fec66f97cce98793c657e4183b7ade280f5c7f8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 09:15:32 -0500 Subject: lots more code cleanups --- doPull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doPull.go') diff --git a/doPull.go b/doPull.go index a3ce6d6..8c0e24e 100644 --- a/doPull.go +++ b/doPull.go @@ -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 } -- cgit v1.2.3