From ee94af58976ba95db3fcc83dca37ccbff4fc3a67 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 28 Mar 2019 09:11:12 +0100 Subject: [PATCH] Update certbot-ci/certbot_integration_tests/utils/misc.py Co-Authored-By: adferrand --- certbot-ci/certbot_integration_tests/utils/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/misc.py b/certbot-ci/certbot_integration_tests/utils/misc.py index 8b962ea62..895e6d9e7 100644 --- a/certbot-ci/certbot_integration_tests/utils/misc.py +++ b/certbot-ci/certbot_integration_tests/utils/misc.py @@ -86,7 +86,7 @@ def create_http_server(port): def list_renewal_hooks_dirs(config_dir): """ - Find and return path of all hooks directory for the given certbot config directory + Find and return paths of all hook directories for the given certbot config directory :param str config_dir: path to the certbot config directory :return str[]: list of path to the standard hooks directory for this certbot instance """