diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 03:19:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 03:19:06 -0600 |
| commit | 90e20c4ff0da0488b602c4079368cf2aafc7ad05 (patch) | |
| tree | 0a97bfb00748312a1c6f95999b485490f478205b /reload.go | |
| parent | b0595d6a1d7747bfe10b18be7d2c93c8f120f678 (diff) | |
protobuf version checking worksv0.0.59
Diffstat (limited to 'reload.go')
| -rw-r--r-- | reload.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ func (repo *Repo) setLastTag() { // log.Info("getLastTagVersion()", result.Stdout) if len(result.Stdout) != 1 { - log.Log(WARN, "git LastTag() error:", result.Stdout) + // log.Log(WARN, "no gitpb.LastTag() repo is broken. ignore this.", repo.GetGoPath()) repo.LastTag = "" return } @@ -76,7 +76,7 @@ func (repo *Repo) setLastTag() { result = repo.RunQuiet(cmd) if len(result.Stdout) != 1 { - log.Log(WARN, "git LastTag() error:", result.Stdout) + log.Log(WARN, "git LastTag() error:", result.Stdout, "hash =", hash) repo.LastTag = "" return } |
