From ce9fc9fd555ce7796a4b71c584a7415561cfb7b5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 16:15:34 +0100 Subject: [PATCH] fix HACKERS_README find Signed-off-by: Nico Schottelius --- HACKERS_README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKERS_README b/HACKERS_README index e13c0343..9f196482 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -33,4 +33,4 @@ export __cdist_out_dir=/tmp/localhost target="${1:-localhost}" cdist-deploy-to "$target" -find "${base}" +find "${__cdist_out_dir}"