Skip to content

Commit 998cbfe

Browse files
committed
Fix proto import comments
1 parent 03ce925 commit 998cbfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xds/third_party/envoy/import.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Update VERSION then execute this script
1717

1818
set -e
19-
# import VERSION from the google internal copybara_version.txt for Envoy
19+
# import VERSION from internal go/envoy-import-status
2020
VERSION=b6df993feef0340391e6dbf6ad957ab42884ad05
2121
DOWNLOAD_URL="https://github.com/envoyproxy/envoy/archive/${VERSION}.tar.gz"
2222
DOWNLOAD_BASE_DIR="envoy-${VERSION}"
@@ -80,7 +80,6 @@ envoy/extensions/filters/http/fault/v3/fault.proto
8080
envoy/extensions/filters/http/rate_limit_quota/v3/rate_limit_quota.proto
8181
envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.proto
8282
envoy/extensions/filters/http/rbac/v3/rbac.proto
83-
envoy/extensions/filters/http/rate_limit_quota/v3/rate_limit_quota.proto
8483
envoy/extensions/filters/http/router/v3/router.proto
8584
envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto
8685
envoy/extensions/grpc_service/call_credentials/access_token/v3/access_token_credentials.proto

0 commit comments

Comments
 (0)