diff --git a/core/__cdist_object_run b/core/__cdist_object_run
index d122bdd4..7446c844 100755
--- a/core/__cdist_object_run
+++ b/core/__cdist_object_run
@@ -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"