show the user name

This commit is contained in:
Jeff Carr 2025-09-22 09:29:46 -05:00
parent ba2f156c3d
commit 17a62eb8da
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
repo.VerifyRemoteAndLocalBranches(repo.GetMasterBranchName())
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
log.Info("changing to user branch", repo.FullPath)
log.Infof("changing to user(%s) branch: %s\n", repo.GetUserBranchName(), repo.FullPath)
repo.CheckoutUser()
repo.ReloadCheck()
err = log.Errorf("now on user branch")