From b44734e70a47a71dffc269aecdb0862fcfc1063f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 Mar 2011 00:27:40 +0100 Subject: [PATCH] local != remote Signed-off-by: Nico Schottelius --- bin/cdist-code-run-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-code-run-all b/bin/cdist-code-run-all index 49af7b3b..f301864b 100755 --- a/bin/cdist-code-run-all +++ b/bin/cdist-code-run-all @@ -40,7 +40,7 @@ while [ $# -ge 1 ]; do # Code local cdist-code-run "$__cdist_out_object_dir" "$object" \ "${__cdist_name_gencode_local}" \ - || __cdist_exit_err "Remote code failed for $object" + || __cdist_exit_err "Local code failed for $object" # Code remote cdist-run-remote "$__cdist_target_host" \