We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 622434a + 68eb75d commit 6c86a4cCopy full SHA for 6c86a4c
docs/QuotaCheck.md
@@ -77,9 +77,9 @@ The final table lists regions with available quota. You can select any of these
77
1. Open the terminal in VS Code or Codespaces.
78
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
79

80
-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:
81
```sh
82
- cd infra/scripts
+ cd Deployment
83
chmod +x quota_check_params.sh
84
```
85
4. Run the appropriate script based on your requirement:
0 commit comments