summaryrefslogtreecommitdiff
path: root/doBuild.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 22:02:38 -0500
committerJeff Carr <[email protected]>2025-10-03 22:02:38 -0500
commit21f674cc5d222ca3fde330d5f14e556555fff183 (patch)
treedc1dab65cd714f9d825df5c5a0d8b2c06a8cccdc /doBuild.go
parent1a0a7d2b8f9e5677af3f244c192b304eeadad776 (diff)
show tags
Diffstat (limited to 'doBuild.go')
-rw-r--r--doBuild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doBuild.go b/doBuild.go
index 9ea531e..2a1ac80 100644
--- a/doBuild.go
+++ b/doBuild.go
@@ -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
}