Skip to content

Commit

Permalink
Update install.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor authored Sep 3, 2019
1 parent c73e50d commit b8af8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b8af8d0

Please sign in to comment.