Skip to content

Commit 46691df

Browse files
committed
add s2a to sync-protos script.
1 parent 72630d8 commit 46691df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildscripts/sync-protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ curl -Ls https://github.com/grpc/grpc-proto/archive/master.tar.gz | tar xz -C "$
88
base="$tmpdir/grpc-proto-master"
99

1010
# Copy protos in 'src/main/proto' from grpc-proto for these projects
11-
for project in alts grpclb services rls interop-testing; do
11+
for project in alts grpclb services s2a rls interop-testing; do
1212
while read -r proto; do
1313
[ -f "$base/$proto" ] && cp "$base/$proto" "$project/src/main/proto/$proto"
1414
echo "$proto"

0 commit comments

Comments
 (0)