cdist-object-code-run -> ../core/__cdist_object_code_run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 00:54:52 +02:00
commit 27a810705e
2 changed files with 11 additions and 12 deletions

View file

@ -59,7 +59,7 @@ if [ ! -f "$__cdist_object_finished" ]; then
__cdist_object_gencode_run "$__cdist_object_self"
__cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \
"$(__cdist_remote_object_dir "$__cdist_object_self")"
cdist-object-code-run "$__cdist_target_host" "$__cdist_object_self"
__cdist_object_code_run "$__cdist_object_self"
# Mark this object as done
touch "$__cdist_object_finished"