summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 10:17:43 -0500
committerJeff Carr <[email protected]>2025-10-22 10:17:43 -0500
commit335c6ce85909c836fa2c40e7643c27547d4ca3b8 (patch)
treeafbbc3bc7cf5ab957d977b79d1e217fd831efcd2 /doNormal.go
parent81641fc97dd21cf95d06eb85c5960954c83b1e20 (diff)
maybe working better
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 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, "/")