Skip to content

Commit ad5fed2

Browse files
minor fix
1 parent 2f9bf70 commit ad5fed2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

azure.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hooks:
3535
# Write-Host "$env:copykbfiles" -ForegroundColor Cyan
3636
# Write-Host "Run the following command in the terminal to run the scripts: "
3737
# Write-Host "$env:createindex" -ForegroundColor Cyan
38-
Write-Host "If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
38+
Write-Host "`nIf you want to use the Sample Data, run the following command in the Bash terminal to process it:"
3939
Write-Host "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME $env:KEY_VAULT_NAME" -ForegroundColor Cyan
4040
shell: pwsh
4141
continueOnError: false
@@ -48,8 +48,9 @@ hooks:
4848
# echo $copykbfiles
4949
# echo "Run the following command in the terminal to run the scripts: "
5050
# echo $createindex
51-
Write-Host "If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
52-
Write-Host "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME kv-$env:KEY_VAULT_NAME" -ForegroundColor Cyan
51+
echo ""
52+
echo "If you want to use the Sample Data, run the following command in the terminal to process it:"
53+
echo "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME $env:KEY_VAULT_NAME" -ForegroundColor Cyan
5354
shell: sh
5455
continueOnError: false
5556
interactive: true

0 commit comments

Comments
 (0)