Skip to content

Commit 9991a23

Browse files
fixed incorrect command syntax
1 parent 3a357e5 commit 9991a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hooks:
2626
echo $WEB_APP_URL
2727
echo ""
2828
echo "Run the following command in your Bash terminal. It will grant the necessary permissions between resources and your user account, and also process and load the sample data into the application."
29-
echo "bash ./infra/scripts/process_sample_data.sh $env:AZURE_RESOURCE_GROUP"
29+
echo "bash ./infra/scripts/process_sample_data.sh $AZURE_RESOURCE_GROUP"
3030
shell: sh
3131
continueOnError: false
3232
interactive: true

0 commit comments

Comments
 (0)