From e982d5a77fb5263978eaf7ea2db24b0cb5ce46cf Mon Sep 17 00:00:00 2001 From: Alexander Beyn Date: Thu, 5 Jan 2023 00:51:35 -0800 Subject: [PATCH] hurricane: fix typo in example command (#1799) Co-authored-by: Fernandez Ludovic --- docs/content/dns/zz_gen_hurricane.md | 2 +- providers/dns/hurricane/hurricane.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/dns/zz_gen_hurricane.md b/docs/content/dns/zz_gen_hurricane.md index dadb9f3c..0a254469 100644 --- a/docs/content/dns/zz_gen_hurricane.md +++ b/docs/content/dns/zz_gen_hurricane.md @@ -27,7 +27,7 @@ Here is an example bash command using the Hurricane Electric DNS provider: ```bash HURRICANE_TOKENS=example.org:token \ -lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run' +lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org diff --git a/providers/dns/hurricane/hurricane.toml b/providers/dns/hurricane/hurricane.toml index c6c823fc..a8d36c43 100644 --- a/providers/dns/hurricane/hurricane.toml +++ b/providers/dns/hurricane/hurricane.toml @@ -6,7 +6,7 @@ Since = "v4.3.0" Example = ''' HURRICANE_TOKENS=example.org:token \ -lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org run' +lego --email you@example.com --dns hurricane --domains example.org --domains '*.example.org' run HURRICANE_TOKENS=my.example.org:token1,demo.example.org:token2 \ lego --email you@example.com --dns hurricane --domains my.example.org --domains demo.example.org