summaryrefslogtreecommitdiff
path: root/repos.new.go
diff options
context:
space:
mode:
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