summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
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)