summaryrefslogtreecommitdiff
path: root/addRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'addRepo.go')
-rw-r--r--addRepo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/addRepo.go b/addRepo.go
index f65c688..b58cd83 100644
--- a/addRepo.go
+++ b/addRepo.go
@@ -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()