Skip to content

Commit

Permalink
hurricane: fix typo in example command (#1799)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
AlexanderBeyn and ldez authored Jan 5, 2023
1 parent fd54758 commit e982d5a
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_hurricane.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider:

```bash
HURRICANE_TOKENS=example.org:token \
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org run'
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org' run

HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org
Expand Down
2 changes: 1 addition & 1 deletion providers/dns/hurricane/hurricane.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Since = "v4.3.0"

Example = '''
HURRICANE_TOKENS=example.org:token \
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org run'
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org' run
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org
Expand Down

0 comments on commit e982d5a

Please sign in to comment.