summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 10:04:51 -0600
committerJeff Carr <[email protected]>2025-01-30 10:04:51 -0600
commitbb865d4a49ec0458cb935bd27c1346f5a99b96e9 (patch)
tree9d4a7e8546541cb808a6e5d91cd4466999fcffa4 /doCheckout.go
parent80df33888ab4e9b0f7d7b56f45d1bd22b253da3a (diff)
disable buttons if things aren't correct
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go2
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)