summaryrefslogtreecommitdiff
path: root/examples/bazel/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bazel/BUILD')
-rw-r--r--examples/bazel/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bazel/BUILD b/examples/bazel/BUILD
index 2e94d46..94bcfe6 100644
--- a/examples/bazel/BUILD
+++ b/examples/bazel/BUILD
@@ -1,5 +1,5 @@
-load("@upb//:upb_proto_library.bzl", "upb_proto_library")
+load("@upb//bazel:upb_proto_library.bzl", "upb_proto_library")
proto_library(
name = "foo_proto",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback