From ddee08e75db509ee187e5774a05196698c15ff93 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Oct 2025 02:26:38 -0500 Subject: rm old junk --- checkout.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checkout.go') diff --git a/checkout.go b/checkout.go index 6b6e819..b71fd16 100644 --- a/checkout.go +++ b/checkout.go @@ -48,11 +48,11 @@ func (repo *Repo) CheckoutDevel() bool { func (repo *Repo) CheckoutUser() error { bName := repo.GetUserBranchName() - if bName == "uerr" { + if bName == "" { usr, _ := user.Current() repo.SetUserBranchName(usr.Username) bName = usr.Username - log.Info("gitpb CheckoutUser() somehow got user 'uerr'") + log.Info("gitpb CheckoutUser() user branchname was blank") } return repo.createUserBranch(bName) -- cgit v1.2.3