diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 08:47:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 08:47:08 -0600 |
| commit | 497b58cb4976d29bc485ed3402320e233d9d976e (patch) | |
| tree | a2c7726d706444892d3f5ec679abd9f6b876279c /globalBuildOptions.go | |
| parent | 3600d4c9c1b9eb0112d2c4bfb10b896a723d3ff7 (diff) | |
write out versions for go.wit.com
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalBuildOptions.go')
| -rw-r--r-- | globalBuildOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalBuildOptions.go b/globalBuildOptions.go index 0641d08..4abdd07 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -116,7 +116,7 @@ func globalBuildOptions(box *gui.Node) { newBranch.AddText("devel") newBranch.AddText(usr.Username) newBranch.SetText(usr.Username) - newBranch.Custom = func () { + newBranch.Custom = func() { setBranchB.SetLabel("set current branches to " + newBranch.String()) } } |
