We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd18c33 commit 8b036ecCopy full SHA for 8b036ec
1 file changed
docs/quota_check.md
@@ -59,9 +59,10 @@ The final table lists regions with available quota. You can select any of these
59
```
60
### **If using VS Code or Codespaces**
61
1. Open the terminal in VS Code or Codespaces.
62
-2. Navigate to the `scripts` folder where the script files are located:
+2. Navigate to the `scripts` folder where the script files are located and make the script as executable:
63
```sh
64
cd scripts
65
+ chmod +x quota_check_params.sh
66
67
3. Run the appropriate script based on your requirement:
68
0 commit comments