Skip to content

Commit

Permalink
image: fix bootstrapper install path
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Oct 10, 2023
1 parent 268889e commit b6ca6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapper/cmd/bootstrapper/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ pkg_tar(
":bootstrapper_linux_amd64",
],
mode = "0755",
remap_paths = {"/platform:linux_amd64_gnu.2.23": "/usr/sbin/bootstrapper"},
remap_paths = {"/platform:linux_amd64_gnu.2.23": "/usr/bin/bootstrapper"},
visibility = ["//visibility:public"],
)

0 comments on commit b6ca6a5

Please sign in to comment.