Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-07 10:13:00 +02:00
parent 06a6bf1a0d
commit 512ff69574
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ __cdist_object_run()
"$(__cdist_remote_object_dir "$__cdist_object_self")"
__cdist_echo debug "Before run"
__cdist_object_code_run "$__cdist_object_self"
__cdist_echo debug "Object run done
__cdist_echo debug "Object run done"
# Mark this object as done
touch "$__cdist_object_finished"