Skip to content

Commit ffae721

Browse files
committed
use variable for group name
1 parent 8eafafc commit ffae721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/postprovision/call-create-app-registrations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ fi
1111
# This script is run by azd pre-provision hook and is part of the deployment lifecycle run when deploying the code for the Relecloud web app.
1212
resourceGroupName=$((azd env get-values --output json) | jq -r .AZURE_RESOURCE_GROUP)
1313
14-
echo "Calling create-app-registrations.ps1 for group:'resourceGroupName'..."
14+
echo "Calling create-app-registrations.ps1 for group:'$resourceGroupName'..."
1515
1616
pwsh ./infra/scripts/postprovision/create-app-registrations.ps1 -ResourceGroupName $resourceGroupName -NoPrompt

0 commit comments

Comments
 (0)