diff options
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 } |
