From 718bf543d4dfb5f5ac759e556c7db1a22b03c817 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 28 Mar 2019 09:10:45 +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 166aaa311..8b962ea62 100644 --- a/certbot-ci/certbot_integration_tests/utils/misc.py +++ b/certbot-ci/certbot_integration_tests/utils/misc.py @@ -96,7 +96,7 @@ def list_renewal_hooks_dirs(config_dir): def generate_test_file_hooks(config_dir, hook_probe): """ - Create a suite of certbot hooks scripts and put them in the relevant hooks directory + Create a suite of certbot hook scripts and put them in the relevant hook directory for the given certbot configuration directory. These scripts, when executed, will write specific verbs in the given hook_probe file to allow asserting they have effectively been executed.