diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 22:02:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 22:02:32 -0600 |
| commit | 0c8311467b35227c19b9d04302e4782887731d76 (patch) | |
| tree | 7647c87beedc1e1af9da9aac1d4e857e47ea7a54 /globalDisplayOptions.go | |
| parent | 0f48d99b437f7f7b96ec1b1d2f507ed15de98500 (diff) | |
add some cmdline argsv0.22.2
Diffstat (limited to 'globalDisplayOptions.go')
| -rw-r--r-- | globalDisplayOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index c2ff1d2..2e60176 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -186,7 +186,7 @@ func globalDisplayOptions(box *gui.Node) { repo.Status.IncrementMinorVersion("trying minor") } }) - grid.NewButton("ncrement changed repos", func() { + grid.NewButton("increment changed repos", func() { me.Disable() for _, repo := range me.repos.View.AllRepos() { if whitelist(repo.GoPath()) { |
