Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xw-g committed Dec 30, 2023
1 parent c37224d commit 3c2eb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proto_library(
srcs = ["bootz.proto"],
deps = [
"//types:types_proto",
"@com_github_openconfig_bootz//bootz:bootz_proto",
"@com_github_openconfig_bootz//proto:bootz_proto",
],
)

Expand All @@ -50,7 +50,7 @@ go_proto_library(
proto = ":gnoi_bootz_proto",
deps = [
"//types",
"@com_github_openconfig_bootz//bootz:bootz_go_proto",
"@com_github_openconfig_bootz//proto/bootz:bootz_go_proto",
],
)

Expand Down

0 comments on commit 3c2eb67

Please sign in to comment.