Skip to content

Commit

Permalink
Fix py_binary location
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Oct 31, 2023
1 parent 1b0b0f8 commit eea20a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
load("@gz//bazel/skylark:gz_py.bzl", "gz_py_binary")
load("@gz//bazel/skylark:build_defs.bzl", "gz_py_binary")

gz_py_binary(
name = "gz_msgs_generate_py",
main = "gz_msgs_generate.py",
srcs = ["gz_msgs_generate.py"],
visibility = ["//visibility:public"],
)

0 comments on commit eea20a6

Please sign in to comment.