local != remote
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1e66bc4380
commit
b44734e70a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ while [ $# -ge 1 ]; do
|
||||||
# Code local
|
# Code local
|
||||||
cdist-code-run "$__cdist_out_object_dir" "$object" \
|
cdist-code-run "$__cdist_out_object_dir" "$object" \
|
||||||
"${__cdist_name_gencode_local}" \
|
"${__cdist_name_gencode_local}" \
|
||||||
|| __cdist_exit_err "Remote code failed for $object"
|
|| __cdist_exit_err "Local code failed for $object"
|
||||||
|
|
||||||
# Code remote
|
# Code remote
|
||||||
cdist-run-remote "$__cdist_target_host" \
|
cdist-run-remote "$__cdist_target_host" \
|
||||||
|
|
Loading…
Reference in a new issue