summaryrefslogtreecommitdiff
path: root/addRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'addRepo.go')
-rw-r--r--addRepo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/addRepo.go b/addRepo.go
index b863323..04fd1ab 100644
--- a/addRepo.go
+++ b/addRepo.go
@@ -156,7 +156,6 @@ func (r *RepoList) addRepo(grid *gui.Node, path string, master string, devel str
newRepo.Status.Build()
})
}
- newRepo.goState = r.blind.NewLabel("in the blind")
case "guireleaser":
newRepo.targetV = newRepo.Status.MirrorTargetVersion()
grid.Append(newRepo.targetV)