Skip to content

Commit 6c4e57e

Browse files
Update CustomizeData.md
Correcting the typo in file name
1 parent c90b909 commit 6c4e57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documents/CustomizeData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ If you would like to update the solution to leverage your own data please follow
1111
1. Navigate to the storage account in the resource group you are using for this solution.
1212
2. Open the `data` container
1313
3. If you have audio files, upload them to `custom_audiodata` folder. If you have call transcript files, upload them to `custom_transcripts` folder.
14-
4. Navigate to the terminal and run the `run_process_data_script.sh` to process the new data into the solution with the following commands.
14+
4. Navigate to the terminal and run the `run_process_data_scripts.sh` to process the new data into the solution with the following commands.
1515
```shell
1616
cd infra/scripts
1717

1818
az login
1919

20-
bash run_process_data_script.sh resourcegroupname_param
20+
bash run_process_data_scripts.sh resourcegroupname_param
2121
```
2222
a. resourcegroupname_param - the name of the resource group.
2323

0 commit comments

Comments
 (0)