From f85b738e2f3b2bf86708a6d454bfca2b302d4483 Mon Sep 17 00:00:00 2001 From: Xebax Date: Wed, 9 Sep 2020 18:01:04 +0200 Subject: [PATCH] Fix filename in example (#8275) --- certbot-dns-ovh/certbot_dns_ovh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-ovh/certbot_dns_ovh/__init__.py b/certbot-dns-ovh/certbot_dns_ovh/__init__.py index 47f8bda9f..d508fad1b 100644 --- a/certbot-dns-ovh/certbot_dns_ovh/__init__.py +++ b/certbot-dns-ovh/certbot_dns_ovh/__init__.py @@ -72,7 +72,7 @@ Examples certbot certonly \\ --dns-ovh \\ - --dns-ovh-credentials ~/.secrets/certbot/ohv.ini \\ + --dns-ovh-credentials ~/.secrets/certbot/ovh.ini \\ -d example.com .. code-block:: bash