From f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 10:11:17 -0600 Subject: work on new protobuf for patchsets --- gitCheckout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitCheckout.go') diff --git a/gitCheckout.go b/gitCheckout.go index 727cf8c..b1d07d9 100644 --- a/gitCheckout.go +++ b/gitCheckout.go @@ -139,11 +139,11 @@ func (f *Forge) CheckoutUser() bool { all := f.Repos.SortByFullPath() for all.Scan() { repo := all.Next() - count += 1 if repo.GetCurrentBranchName() == repo.GetUserBranchName() { // already on the user branch continue } + count += 1 if repo.CheckoutUser() { // checkout ok } else { -- cgit v1.2.3