Skip to content

Commit dac51a0

Browse files
fix: remove_upb_c_rules.patch file path issue (googleapis#16093)
1 parent 6e2c0b1 commit dac51a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/workspace0.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def gl_cpp_workspace0(name = None):
150150
#"googleapis.patch",
151151

152152
# Mirrors the patch from the current bazel module
153-
"//bazel:remove_upb_c_rules.patch",
153+
Label("//bazel:remove_upb_c_rules.patch"),
154154
],
155155
patch_tool = "patch",
156156

0 commit comments

Comments
 (0)