Rewording, say the package name in verbose mode
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing

This commit is contained in:
Benoît S. 2019-06-21 11:02:46 +02:00
parent 2c8fc41c01
commit c4d407417a

View file

@ -1124,7 +1124,7 @@ check_evobackup_incs() {
check_osprober() {
if is_installed os-prober; then
if is_installed qemu-kvm; then
failed "IS_OSPROBER" "Removal of this package is recommended as it can cause serious issue on KVM server"
failed "IS_OSPROBER" "Removal of os-prober package is recommended as it can cause serious issue on KVM server"
fi
fi
}