Skip to content

Commit

Permalink
Merge pull request grpc#19902 from AspirinSJL/fix_proto_path
Browse files Browse the repository at this point in the history
Don't use : prefix
  • Loading branch information
AspirinSJL committed Aug 10, 2019
2 parents ea5029f + 0f1a8a8 commit 75bedbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/grpc/lb/v2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ grpc_proto_library(
],
has_services = True,
well_known_protos = True,
deps = [":eds_for_test_proto"],
deps = ["eds_for_test_proto"],
)

0 comments on commit 75bedbf

Please sign in to comment.