mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Update certbot-ci/certbot_integration_tests/utils/misc.py
Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
parent
718bf543d4
commit
ee94af5897
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue