diff options
Diffstat (limited to 'cobol.go')
| -rw-r--r-- | cobol.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -165,6 +165,9 @@ func verifyPrint(repo *gitpb.Repo) { if me.forge.Config.IsReadOnly(repo.GetGoPath()) { end += "(readonly) " } + if repo.GetMasterBranchName() != "master" && repo.GetMasterBranchName() != "main" { + end += "(m:" + repo.GetMasterBranchName() + ") " + } log.Info(start, end) } |
