diff options
| author | Jeff Carr <[email protected]> | 2024-01-23 22:48:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-23 22:48:07 -0600 |
| commit | 9ddf46cf75a15a7b6398cc6d25b20bb993429cda (patch) | |
| tree | fd2127c7b3d46867f1caa5b56fb8f9fbbeeb357e /globalBuildOptions.go | |
| parent | 2b8d19099f4cf7b66b88b006dabfb61328082201 (diff) | |
detect go.sum is clean
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 010021d..041ed32 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -98,7 +98,7 @@ func globalBuildOptions(box *gui.Node) { me.autoDryRun = group2.NewCheckbox("autotypist --dry-run") me.autoDryRun.SetChecked(true) - group2.NewButton("parse go.sum ScanGitConfig()", func() { + group2.NewButton("parse .git/config ScanGitConfig()", func() { repostatus.ScanGitConfig() }) |
