Update certbot-ci/certbot_integration_tests/utils/misc.py

Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
ohemorange 2019-03-28 09:10:45 +01:00 committed by GitHub
parent 8cee8a614b
commit 718bf543d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.