summaryrefslogtreecommitdiff
path: root/addRepo.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 13:56:59 -0600
committerJeff Carr <[email protected]>2024-02-11 13:56:59 -0600
commit0322b3ad856345c1e3c848e06c8d27caee6856af (patch)
treea32575c22a298ea1d4919c2a8802cd2b8df2194f /addRepo.go
parente4e12ae90dd2f9775b1d45c1d083a4e44817a655 (diff)
builds automatically
Signed-off-by: Jeff Carr <[email protected]>
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 1a25dc9..7fd9994 100644
--- a/addRepo.go
+++ b/addRepo.go
@@ -52,7 +52,6 @@ func (c *controlBox) addRepo(path string) {
c.status.SetUserWorkingName("jcarr")
c.status.Update()
-
cbname := c.status.GetCurrentBranchName()
cbversion := c.status.GetCurrentBranchVersion()
debversion := strings.TrimPrefix(cbversion, "v")