docs: fix typo in the curl command (#6109)

(cherry picked from commit 7b20de4674)
This commit is contained in:
Dmytro Kozlov 2024-04-15 14:29:26 +02:00 committed by hagen1778
parent f20cd59f77
commit 097cc8a2a8
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -137,7 +137,7 @@ groups:
Upload rules to the Managed VictoriaMetrics using the following command:
```sh
curl https://https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml'
curl https://cloud.victoriametrics.com/api/v1/deployments/DEPLOYMENT_ID/rule-sets/files/testing-rules -v -H 'X-VM-Cloud-Access: CLOUD_API_TOKEN' -XPOST --data-binary '@testing-rules.yaml'
```
## Troubleshooting