Skip to content

Commit

Permalink
Fix released protoc path
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 514551233
  • Loading branch information
mkruskal-google committed Mar 7, 2023
1 parent f6c0767 commit b3733bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pkg_files(
name = "protoc_files",
srcs = ["bin/protoc"],
attributes = pkg_attributes(mode = "0555"),
prefix = "bin/",
visibility = ["//visibility:private"],
)

Expand Down

0 comments on commit b3733bf

Please sign in to comment.