doc: Fix typo in env var name in Mythic Beasts usage example (#1356)

This commit is contained in:
Mark Scott 2021-02-27 14:32:58 +00:00 committed by GitHub
parent 7cfcc155ee
commit 55baf65065
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 [MythicBeasts](https://www.mythic-beasts.com/).
Here is an example bash command using the MythicBeasts provider:
```bash
MYTHICBEASTS_USER_NAME=myuser \
MYTHICBEASTS_USERNAME=myuser \
MYTHICBEASTS_PASSWORD=mypass \
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
```

View file

@ -5,7 +5,7 @@ Code = "mythicbeasts"
Since = "v0.3.7"
Example = '''
MYTHICBEASTS_USER_NAME=myuser \
MYTHICBEASTS_USERNAME=myuser \
MYTHICBEASTS_PASSWORD=mypass \
lego --email myemail@example.com --dns mythicbeasts --domains my.example.org run
'''