summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 23:51:48 -0500
committerJeff Carr <[email protected]>2025-09-26 23:51:48 -0500
commit2b6437aeb0440b4303386fdbbfb5a19fa0761a7b (patch)
treec02b91781d1c4e44dca042eb29d449a9d8309bc7 /doNormal.go
parent18aa4ead41ee1b8c618c4b8ab2538499e0140db5 (diff)
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index ab65c17..9075b82 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -137,7 +137,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
repo.Tags.Master = proto.Clone(found).(*gitpb.GitTag)
config.SetChanged("repos", true)
} else {
- log.Info("not found master tag", repo.FullPath)
+ log.Info("not found master tag (Reload() ?)", repo.FullPath)
}
}