From 76057615b3f42de6f4cddac98750dffb15e90d8c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 00:21:32 +0100 Subject: [PATCH] and rename to __cdist_type_explorer_dir Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-config b/bin/cdist-config index ee0eb919..77b98b84 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -135,7 +135,7 @@ __cdist_type_mydir() echo "${__cdist_type_dir}/${__cdist_type_current}" } -__cdist_type_explorers() +__cdist_type_explorer_dir() { echo "${__cdist_type_dir}/$1/$__cdist_name_explorer" }