Skip to content

Commit a55c915

Browse files
authored
impl: fix update_libraries.sh script (#8035)
1 parent 0411eb2 commit a55c915

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci/etc/expected_install_directories

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
./include/google/cloud/eventarc/publishing
6767
./include/google/cloud/eventarc/publishing/v1
6868
./include/google/cloud/eventarc/v1
69-
./include/google/cloud/gkehub
70-
./include/google/cloud/gkehub/internal
71-
./include/google/cloud/gkehub/mocks
72-
./include/google/cloud/gkehub/v1
7369
./include/google/cloud/gameservices
7470
./include/google/cloud/gameservices/internal
7571
./include/google/cloud/gameservices/mocks
7672
./include/google/cloud/gaming
7773
./include/google/cloud/gaming/v1
74+
./include/google/cloud/gkehub
75+
./include/google/cloud/gkehub/internal
76+
./include/google/cloud/gkehub/mocks
77+
./include/google/cloud/gkehub/v1
7878
./include/google/cloud/iam
7979
./include/google/cloud/iam/internal
8080
./include/google/cloud/iam/mocks

ci/etc/full_feature_list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ composer
1212
datamigration
1313
dlp
1414
eventarc
15-
gkehub
1615
gameservices
16+
gkehub
1717
iam
1818
ids
1919
iot

external/googleapis/update_libraries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ declare -A -r LIBRARIES=(
6969
["gkehub"]="$(
7070
printf ",%s" \
7171
"@com_google_googleapis//google/cloud/gkehub/v1:gkehub_cc_grpc" \
72-
"@com_google_googleapis//google/cloud/gkehub/v1/multiclusteringress:multiclusteringres_cc_grpc" \
72+
"@com_google_googleapis//google/cloud/gkehub/v1/multiclusteringress:multiclusteringress_cc_grpc" \
7373
"@com_google_googleapis//google/cloud/gkehub/v1/configmanagement:configmanagement_cc_grpc"
7474
)"
7575
["iam"]="$(
@@ -104,7 +104,7 @@ declare -A -r LIBRARIES=(
104104
"@com_google_googleapis//google/cloud/resourcemanager/v3:resourcemanager_cc_grpc"
105105
)"
106106
["retail"]="@com_google_googleapis//google/cloud/retail/v2:retail_cc_grpc"
107-
["scheduler"]="@com_google_googleapis//google/cloud/scheduler/v1:scheduler_cc_grp"
107+
["scheduler"]="@com_google_googleapis//google/cloud/scheduler/v1:scheduler_cc_grpc"
108108
["secretmanager"]="$(
109109
printf ",%s" \
110110
"@com_google_googleapis//google/cloud/secretmanager/v1:secretmanager_cc_grpc" \

0 commit comments

Comments
 (0)