diff --git a/bin/cdist-code-run-all b/bin/cdist-code-run-all index 90ef6443..49af7b3b 100755 --- a/bin/cdist-code-run-all +++ b/bin/cdist-code-run-all @@ -44,7 +44,6 @@ while [ $# -ge 1 ]; do # Code remote cdist-run-remote "$__cdist_target_host" \ - "__cdist_out_object_dir=\"$__cdist_remote_out_object_base_dir\"" \ "cdist-code-run" "${__cdist_remote_out_object_base_dir}" "$object" \ "${__cdist_name_gencode_remote}" \ || __cdist_exit_err "Remote code failed for $object"