Fix wrong comment in find_config_dirs

Change-Id: Idc15d40dbb558035f8039d836c2491ae3545748e
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
This commit is contained in:
Arnaud M
2025-09-08 21:04:39 +02:00
parent 876d468cf3
commit 03c6267751

View File

@@ -319,7 +319,7 @@ def find_config_dirs(project=None, prog=None, extension='.conf.d'):
:param extension: the type of the config directory. Defaults to '.conf.d'
We default to two config dirs: [${project}.conf.d/, ${prog}.conf.d/].
If no project name is supplied, we only look for ${prog.conf.d/}.
If no project name is supplied, we only look for ${prog}.conf.d/.
And we look for those config dirs in the following directories::