Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/QuotaCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ The final table lists regions with available quota. You can select any of these
1. Open the terminal in VS Code or Codespaces.
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
![git_bash](images/readme/git_bash.png)
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
3. Navigate to the `deployment` folder where the script files are located and make the script as executable:
```sh
cd infra/scripts
cd Deployment
chmod +x quota_check_params.sh
```
4. Run the appropriate script based on your requirement:
Expand Down