summaryrefslogtreecommitdiff
path: root/repos.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 01:23:51 -0600
committerJeff Carr <[email protected]>2024-11-29 01:23:51 -0600
commit96d37b5941717f9c3852429ba25420c6ccb3f997 (patch)
tree96ce9881925f71ea41effd3660ef24c318ddad61 /repos.new.go
parent3b90d979d73da9896570d2dc927e05e769b9670b (diff)
rename this protobuf to something more specific
Diffstat (limited to 'repos.new.go')
-rw-r--r--repos.new.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repos.new.go b/repos.new.go
index bab2b25..8638da7 100644
--- a/repos.new.go
+++ b/repos.new.go
@@ -34,6 +34,7 @@ func (all *Repos) NewGoPath(basepath string, gopath string) (*Repo, error) {
GoPath: gopath,
}
newr.UpdateGit()
+ newr.UpdateGitTags()
all.add(&newr)
return &newr, nil