bazel: fix typo in external_deps.bzl (#18771)

Signed-off-by: James Heppenstall <james.heppenstall@mongodb.com>

Mirrored from https://github.com/envoyproxy/envoy @ 293965652ff8782143ce3be9c25a8109f522c125
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent fcc8939a7d
commit 1fe9fb7054
  1. 2
      bazel/external_deps.bzl

@ -71,7 +71,7 @@ USE_CATEGORIES = [
USE_CATEGORIES_WITH_CPE_OPTIONAL = ["build", "other", "test_only", "api"] USE_CATEGORIES_WITH_CPE_OPTIONAL = ["build", "other", "test_only", "api"]
def _fail_missing_attribute(attr, key): def _fail_missing_attribute(attr, key):
fail("The '%s' attribute must be defined for external dependecy " % attr + key) fail("The '%s' attribute must be defined for external dependency " % attr + key)
# Method for verifying content of the repository location specifications. # Method for verifying content of the repository location specifications.
# #

Loading…
Cancel
Save