Skip to content

Commit 629c2ae

Browse files
authored
Fix InstanceID cron build regression (#5468)
1 parent 7ec979e commit 629c2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install_prereqs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ case "$project-$platform-$method" in
134134
install_secrets
135135
;;
136136

137-
InstanceID-*)
137+
# There is purposefully not a dash to include InstanceIDCron.
138+
InstanceID*)
138139
install_secrets
139140
;;
140141

0 commit comments

Comments
 (0)