From 0c1303c1bd47f7a3ae4c4415598f9e8f66ffc7d1 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Wed, 3 May 2023 11:13:09 +1000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20`gdomains`=E2=86=92`googledomains?= =?UTF-8?q?`=20(#1911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/content/dns/zz_gen_googledomains.md | 2 +- providers/dns/googledomains/googledomains.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/dns/zz_gen_googledomains.md b/docs/content/dns/zz_gen_googledomains.md index 01a859fc..9ba25798 100644 --- a/docs/content/dns/zz_gen_googledomains.md +++ b/docs/content/dns/zz_gen_googledomains.md @@ -27,7 +27,7 @@ Here is an example bash command using the Google Domains provider: ```bash GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ -lego --email you@example.com --dns gdomains --domains my.example.org run +lego --email you@example.com --dns googledomains --domains my.example.org run ``` diff --git a/providers/dns/googledomains/googledomains.toml b/providers/dns/googledomains/googledomains.toml index d31073d8..2b1c4ddd 100644 --- a/providers/dns/googledomains/googledomains.toml +++ b/providers/dns/googledomains/googledomains.toml @@ -6,7 +6,7 @@ Since = "v4.11.0" Example = ''' GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \ -lego --email you@example.com --dns gdomains --domains my.example.org run +lego --email you@example.com --dns googledomains --domains my.example.org run ''' [Configuration]