Skip to content

Commit

Permalink
BUILD typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xw-g committed Jan 5, 2024
1 parent 96b80b5 commit f36dc37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ proto_library(
name = "gnoi_bootz_proto",
srcs = ["bootz.proto"],
deps = [
"//types:types_proto",
"@com_github_openconfig_bootz//proto:bootz_proto",
"//github.com/openconfig/bootz/proto:proto_proto",
"//github.com/openconfig/gnoi/types:types_proto",
],
)

Expand All @@ -49,8 +49,8 @@ go_proto_library(
importpath = "github.com/openconfig/gnoi/bootz",
proto = ":gnoi_bootz_proto",
deps = [
"//types",
"@com_github_openconfig_bootz//proto/bootz:bootz_go_proto",
"//github.com/openconfig/bootz/proto:bootz_proto",
"//github.com/openconfig/gnoi/types:types_proto",
],
)

Expand Down

0 comments on commit f36dc37

Please sign in to comment.