scaleway: fix example (#1239)

This commit is contained in:
Hendrik S 2020-08-31 22:35:53 +02:00 committed by GitHub
parent 8164ae3da5
commit b23d947e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Here is an example bash command using the Scaleway provider:
```bash
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
lego --dns scaleway.com --domains my.domain.com --email my@email.com run
lego --dns scaleway --domains my.domain.com --email my@email.com run
```

View file

@ -6,7 +6,7 @@ Since = "v3.4.0"
Example = '''
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
lego --dns scaleway.com --domains my.domain.com --email my@email.com run
lego --dns scaleway --domains my.domain.com --email my@email.com run
'''
[Configuration]