Skip to content

Commit f88450d

Browse files
committed
update
1 parent 76a32db commit f88450d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/set_default_models.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e
44

55
# --- Check Required Environment Variables ---
6-
SubscriptionId="${envVars[AZURE_SUBSCRIPTION_ID]}"
7-
Location="${envVars[AZURE_LOCATION]}"
6+
SubscriptionId="${AZURE_SUBSCRIPTION_ID}"
7+
Location="${AZURE_LOCATION}"
88

99
Errors=0
1010

0 commit comments

Comments
 (0)