adjust __cdist_object_code cal in cdist-code-run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.7
Nico Schottelius 14 years ago
parent 5e34bebc05
commit 49ebb77ab3
  1. 2
      bin/cdist-code-run

@ -32,7 +32,7 @@ if [ ! -d "$(__cdist_object_dir "$__cdist_object_self")" ]; then
__cdist_exit_err "Object undefined"
fi
code="$(__cdist_object_code "$__cdist_object_self")-${__cdist_code_type}"
code="$(__cdist_object_code "$__cdist_object_self" "${__cdist_code_type}")"
__cdist_echo info "Checking code-${__cdist_code_type}"

Loading…
Cancel
Save