From b8af8d01fbf60bee334645f2e15f4a7e4b27d17f Mon Sep 17 00:00:00 2001 From: Devin Pastoor Date: Mon, 2 Sep 2019 21:21:04 -0400 Subject: [PATCH] Update install.go --- rcmd/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcmd/install.go b/rcmd/install.go index 81294fa2..b42d02cf 100644 --- a/rcmd/install.go +++ b/rcmd/install.go @@ -442,8 +442,8 @@ func InstallPackagePlan( os.Mkdir(bdir, 0777) bpath := filepath.Join( bdir, - filepath.Base(iu.BinaryPath), rs.Version.ToString(), + filepath.Base(iu.BinaryPath), ) _, err := goutils.Copy(iu.BinaryPath, bpath) log.WithFields(log.Fields{"from": iu.BinaryPath, "to": bpath}).Trace("copied binary")