arvancloud: typo in command example (#1365)

This commit is contained in:
Amir Fouladvand 2021-03-03 02:57:01 +03:30 committed by GitHub
parent 72c7034298
commit 6b48d8dda8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Configuration for [ArvanCloud](https://arvancloud.com).
Here is an example bash command using the ArvanCloud provider:
```bash
ARVANCLOUD_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
ARVANCLOUD_API_KEY="Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
```

View file

@ -5,7 +5,7 @@ Code = "arvancloud"
Since = "v3.8.0"
Example = '''
ARVANCLOUD_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
ARVANCLOUD_API_KEY="Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
lego --email myemail@example.com --dns arvancloud --domains my.example.org run
'''