From bb865d4a49ec0458cb935bd27c1346f5a99b96e9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 10:04:51 -0600 Subject: disable buttons if things aren't correct --- doCheckout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doCheckout.go') diff --git a/doCheckout.go b/doCheckout.go index b7ef7d5..0978caf 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -168,7 +168,7 @@ func doAllCheckoutDevel() error { } total, count, nope, err := IsEverythingOnDevel() - log.Printf("Devel branch check. %d total repos. (%d ok) (%d not on user branch) (%s)\n", total, count, nope, shell.FormatDuration(time.Since(now))) + log.Printf("Devel branch check. %d total repos. (%d ok) (%d not on devel branch) (%s)\n", total, count, nope, shell.FormatDuration(time.Since(now))) if err != nil { // display all repos not on user me.found = new(gitpb.Repos) -- cgit v1.2.3