fixes for new gitpb
This commit is contained in:
parent
2141737e7c
commit
5694d40fa3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue