Show warning in case no kernel packages matched
This commit is contained in:
parent
169acca9df
commit
2f4c859dd8
@ -269,6 +269,10 @@ func matchOracleLinuxPkg(container, mask string) (
|
||||
}
|
||||
}
|
||||
|
||||
if len(pkgs) == 0 {
|
||||
log.Warn().Msg("no packages matched")
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user