diff --git a/bin/cdist-code-run b/bin/cdist-code-run index cf7e8e8d..3259fb1b 100755 --- a/bin/cdist-code-run +++ b/bin/cdist-code-run @@ -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