Skip to content

Commit bae7596

Browse files
fix: Correct directory navigation instruction in postprovision.sh
1 parent 25c8d58 commit bae7596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postprovision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ virtualMachineId="$AZURE_VM_RESOURCE_ID"
1717
if [ -z "$virtualMachineId" ]; then
1818
echo "To ingest the sample data locally, follow these steps:"
1919
echo "1. Open the terminal."
20-
echo "2. Navigate to the scripts directory: cd $SCRIPT_DIR/scripts"
20+
echo "2. Navigate to the scripts directory: cd $SCRIPT_DIR"
2121
echo "3. Run the following command to process the sample data:"
2222
echo "bash ./process_sample_data.sh '$AZURE_SEARCH_ENDPOINT' '$AZURE_AI_AGENT_ENDPOINT' '$EMBEDDING_MODEL_NAME' '2025-01-01-preview'"
2323
else

0 commit comments

Comments
 (0)