diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 09:01:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 09:01:58 -0600 |
| commit | 8a1cc3eaf30e43a617c69b30faf04f484e315fc3 (patch) | |
| tree | 18d4285fe7c46dde2657615f2510df73e8e3c59c /globalDisplayOptions.go | |
| parent | 0a42976595eff3714f9520a33da10486ef861546 (diff) | |
rename to repolist.RepoRow
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index cec2202..6cac48f 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -8,7 +8,7 @@ import ( "go.wit.com/log" ) -func showHideRepos(repo *repolist.Repo) { +func showHideRepos(repo *repolist.RepoRow) { if repo.GoPath() == "go.wit.com/dev/alexflint/arg" { log.Info("found autoHideReleased() =", me.autoHideReleased.Checked()) log.Info("found alexflint/arg IsReleased() =", repo.Status.IsReleased()) @@ -150,7 +150,7 @@ func globalDisplayOptions(box *gui.Node) { log.Info(repo.GoPath(), "master and target differ", masterv, targetv) repo.Status.IncrementVersion() newversion := repo.Status.GetNewVersionTag() - repo.Status.SetTargetVersion(newversion) + repo.Status.SetTargetVersion("v" + newversion) // already incremented continue } |
