Fix wrong comment in find_config_dirs
Change-Id: Idc15d40dbb558035f8039d836c2491ae3545748e Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user