diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 22:02:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 22:02:38 -0500 |
| commit | 21f674cc5d222ca3fde330d5f14e556555fff183 (patch) | |
| tree | dc1dab65cd714f9d825df5c5a0d8b2c06a8cccdc /doBuild.go | |
| parent | 1a0a7d2b8f9e5677af3f244c192b304eeadad776 (diff) | |
show tags
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,5 +188,6 @@ func doInstall() error { log.Info("CRAP. INSTALL FAILED", shell.FormatDuration(dur), s, stat.Err) badExit(stat.Err) } + os.Remove(filepath.Join(me.homedir, "go/bin/forged")) return nil } |
