Skip to content

Commit 145faa1

Browse files
fix update function call typo
1 parent c13f265 commit 145faa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/team_config_and_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ else
155155
echo "Resource group provided: $resourceGroup"
156156

157157
# Call deployment function
158-
if ! get_values_from_deployment; then
158+
if ! get_values_from_az_deployment; then
159159
echo "Failed to get values from deployment outputs."
160160
exit 1
161161
fi

0 commit comments

Comments
 (0)