remove full path to manifest in logging (will be presented on error anyway)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 21:44:41 +02:00
parent e7ad5987e4
commit 31164be1d0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [ -f "$__cdist_manifest" ]; then
# Make __cdist_manifest available for cdist-type-emulator
export __cdist_manifest
__cdist_echo info "Executing manifest ${__cdist_manifest} ..."
__cdist_echo info "Executing manifest ..."
export $__cdist_name_var_object="$__cdist_cur_object_dir"
export $__cdist_name_var_object_id="$__cdist_object_id"
export $__cdist_name_var_type="$(__cdist_type_dir "$__cdist_type")"