diff options
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ func (c *controlBox) addRepo(path string) { } if c.GoPath.String() == "" { - c.GoPath.SetText(repo.GoPath) + c.GoPath.SetText(repo.GetGoPath()) } lasttag := repo.GetLastTagVersion() |
