=== modified file 'bin/confz' --- bin/confz 2018-02-01 11:42:02 +0000 +++ bin/confz 2017-11-21 16:16:11 +0000 @@ -31,11 +31,7 @@ confz_check_fail() { confz_indent=${confz_indent% } - if (($check_only)); then - print -P "$confz_indent] $fg[red]$1$reset_color FAIL" >&2 - else - print -P "$confz_indent] $fg[yellow]$1$reset_color NEED" >&2 - fi + print -P "$confz_indent] $fg[yellow]$1$reset_color FAIL" >&2 } confz_do() {