diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 13:12:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 13:12:52 -0600 |
| commit | 5434341272574da3baf8843c92c586b7429b468f (patch) | |
| tree | 0540260f36dc4480a08bafddd942e99cb4d457f5 /main.go | |
| parent | 62ad7e676cdb9c3618e74d9b0293718c083d6d62 (diff) | |
fix Find(gopath0
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ func findPwdRepo() *gitpb.Repo { gopath := strings.TrimPrefix(pwd, forge.GetGoSrc()) gopath = strings.Trim(gopath, "/") log.Info("findRepo() trying gopath", gopath) - check = forge.Repos.FindByFullPath(gopath) + check = forge.Repos.FindByFullPath(pwd) if check != nil { log.Info("findRepo() worked", check.GetGoPath()) return check |
