diff options
| author | Jeff Carr <[email protected]> | 2024-02-02 15:22:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-02 15:22:48 -0600 |
| commit | 7071aad1a59904b8328fbb23ac8aeb59b6a4addd (patch) | |
| tree | 89ae03c6ffa8d8239fe8cfbb7beca7cf7d6f1472 /globalResetOptions.go | |
| parent | 4c2739186cc0bb129de2f05099bbe9e4c28d2c4b (diff) | |
add a do-it all button for merging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalResetOptions.go')
| -rw-r--r-- | globalResetOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globalResetOptions.go b/globalResetOptions.go index 4c7b626..1654c77 100644 --- a/globalResetOptions.go +++ b/globalResetOptions.go @@ -100,5 +100,5 @@ func attemptAutoRebuild() { quickCmd(fullpath, []string{"go", "build", "-v", "-x", "-buildmode=plugin", "-o", libfile}) fullpath = filepath.Join(homeDir, "go/src/go.wit.com") - quickCmd(fullpath, []string{"go", "install", "-v", "go.wit.com/apps/autotypist@"+version}) + quickCmd(fullpath, []string{"go", "install", "-v", "go.wit.com/apps/autotypist@" + version}) } |
