Skip to content

Commit

Permalink
docs: fixed invalid environment parameter name in example (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
mexoboy authored Jun 28, 2022
1 parent 072ae4a commit 525ceda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_liquidweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here is an example bash command using the Liquid Web provider:
```bash
LIQUID_WEB_USERNAME=someuser \
LIQUID_WEB_PASSWORD=somepass \
LIQUID_ZONE=tacoman.com.net \
LIQUID_WEB_ZONE=tacoman.com.net \
lego --email [email protected] --dns liquidweb --domains my.example.org run
```

Expand Down
2 changes: 1 addition & 1 deletion providers/dns/liquidweb/liquidweb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Since = "v3.1.0"
Example = '''
LIQUID_WEB_USERNAME=someuser \
LIQUID_WEB_PASSWORD=somepass \
LIQUID_ZONE=tacoman.com.net \
LIQUID_WEB_ZONE=tacoman.com.net \
lego --email [email protected] --dns liquidweb --domains my.example.org run
'''

Expand Down

0 comments on commit 525ceda

Please sign in to comment.