summaryrefslogtreecommitdiff
path: root/repo.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 16:04:07 -0600
committerJeff Carr <[email protected]>2024-12-01 16:04:07 -0600
commit412658698a6d1ad09d64723e9a10e676c77afa94 (patch)
treed9b3622eee7414982589dc0496c76854fd1b7600 /repo.new.go
parent82935ae6b2d413322b18a9b487973e5ab04e6efd (diff)
Repotype() working somewhatv0.0.15
Diffstat (limited to 'repo.new.go')
-rw-r--r--repo.new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.new.go b/repo.new.go
index 0246ddf..5d774fe 100644
--- a/repo.new.go
+++ b/repo.new.go
@@ -39,7 +39,7 @@ func (all *Repos) NewGoPath(basepath string, gopath string) (*Repo, error) {
newr.GoDeps = new(GoDeps)
// newr.RedoGoMod()
- switch newr.RepoType() {
+ switch newr.goListRepoType() {
case "library":
newr.GoLibrary = true
case "binary":