From 0fa95a5adcbe1ee02945f35c41055f1a52ebec20 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 16 Jun 2011 23:58:31 +0200 Subject: [PATCH] more to fix Signed-off-by: Nico Schottelius --- bin/cdist-explorer-run-global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-explorer-run-global b/bin/cdist-explorer-run-global index 5e9c5a09..d578fece 100755 --- a/bin/cdist-explorer-run-global +++ b/bin/cdist-explorer-run-global @@ -33,7 +33,7 @@ __cdist_echo info "Running global explorers " __cdist_dir push "${__cdist_explorer_dir}" "${__cdist_remote_explorer_dir}" # run the initial explorers remotely -__cdist_run_remote __cdist_remote_explorer_run \ +__cdist_run_remote __cdist_remote_explorer_run # FIXME: add object_self!!!! \ "$__cdist_name_var_explorer" "$__cdist_remote_explorer_dir" \ "$__cdist_remote_out_explorer_dir"