diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 10:04:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 10:04:51 -0600 |
| commit | bb865d4a49ec0458cb935bd27c1346f5a99b96e9 (patch) | |
| tree | 9d4a7e8546541cb808a6e5d91cd4466999fcffa4 /doCheckout.go | |
| parent | 80df33888ab4e9b0f7d7b56f45d1bd22b253da3a (diff) | |
disable buttons if things aren't correct
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
