forked from ungleich-public/cdist
begin use of __cdist_echo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
813b4e1f2b
commit
d31833a78e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fi
|
|||
|
||||
code="$(__cdist_object_code "$__cdist_object")-${__cdist_gencode_type}"
|
||||
|
||||
echo "Checking code-${__cdist_gencode_type} for $__cdist_object ..."
|
||||
__cdist_echo info "Checking code-${__cdist_gencode_type}"
|
||||
|
||||
if [ -e "$code" ]; then
|
||||
if [ -f "$code" ]; then
|
||||
|
|
Loading…
Reference in a new issue