diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 10:17:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 10:17:43 -0500 |
| commit | 335c6ce85909c836fa2c40e7643c27547d4ca3b8 (patch) | |
| tree | afbbc3bc7cf5ab957d977b79d1e217fd831efcd2 /doNormal.go | |
| parent | 81641fc97dd21cf95d06eb85c5960954c83b1e20 (diff) | |
maybe working better
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go index d9aee18..cf6b64d 100644 --- a/doNormal.go +++ b/doNormal.go @@ -158,7 +158,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error { var err error tmp := filepath.Join(ENV.Get("gopath"), repo.GetNamespace()) if tmp != repo.FullPath { - log.Infof("%s != %s\n", repo.FullPath, tmp) + log.Infof("checkNormalRepoState() %s != %s\n", repo.FullPath, tmp) if strings.HasPrefix(repo.FullPath, ENV.Get("gopath")) { tmp = strings.TrimPrefix(repo.FullPath, ENV.Get("gopath")) tmp = strings.Trim(tmp, "/") |
