1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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:11:12 +01:00
committed by GitHub
parent 718bf543d4
commit ee94af5897

View File

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