diff --git a/docs/content/dns/zz_gen_mythicbeasts.md b/docs/content/dns/zz_gen_mythicbeasts.md index a7cd43cf..09995610 100644 --- a/docs/content/dns/zz_gen_mythicbeasts.md +++ b/docs/content/dns/zz_gen_mythicbeasts.md @@ -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 ``` diff --git a/providers/dns/mythicbeasts/mythicbeasts.toml b/providers/dns/mythicbeasts/mythicbeasts.toml index 100e7e43..397c20db 100644 --- a/providers/dns/mythicbeasts/mythicbeasts.toml +++ b/providers/dns/mythicbeasts/mythicbeasts.toml @@ -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 '''