Skip to content

Commit e982d5a

Browse files
AlexanderBeynldez
andauthored
hurricane: fix typo in example command (#1799)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent fd54758 commit e982d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/dns/zz_gen_hurricane.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider:
2727

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

3232
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
3333
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org

providers/dns/hurricane/hurricane.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Since = "v4.3.0"
66

77
Example = '''
88
HURRICANE_TOKENS=example.org:token \
9-
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org run'
9+
lego --email [email protected] --dns hurricane --domains example.org --domains '*.example.org' run
1010
1111
HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \
1212
lego --email [email protected] --dns hurricane --domains my.example.org --domains demo.example.org

0 commit comments

Comments
 (0)