Skip to content

Commit

Permalink
x/shape: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed May 12, 2024
1 parent 55b2496 commit a1747f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/shape/lookup_refs.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func checkPkgExistsInPaths(pkgImportName string) (string, error) {
}

if gocache != "" {
gocache = filepath.Join(os.Getenv("GOPATH"), "pkg/mod")
gocache = filepath.Join(gocache, "pkg/mod")
}
}

Expand Down

0 comments on commit a1747f0

Please sign in to comment.