scaleway: fix example (#1239)
This commit is contained in:
parent
8164ae3da5
commit
b23d947e17
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Here is an example bash command using the Scaleway provider:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Since = "v3.4.0"
|
||||||
|
|
||||||
Example = '''
|
Example = '''
|
||||||
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
|
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]
|
[Configuration]
|
||||||
|
|
Loading…
Reference in a new issue