diff options
Diffstat (limited to 'repos.new.go')
| -rw-r--r-- | repos.new.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos.new.go b/repos.new.go index 8638da7..1480051 100644 --- a/repos.new.go +++ b/repos.new.go @@ -33,7 +33,7 @@ func (all *Repos) NewGoPath(basepath string, gopath string) (*Repo, error) { FullPath: filepath.Join(basepath, gopath), GoPath: gopath, } - newr.UpdateGit() + // newr.UpdateGit() newr.UpdateGitTags() all.add(&newr) |
