Strip db prefix from request targets

This commit is contained in:
morganamilo 2018-04-02 17:50:04 +01:00
parent 13ba261977
commit e5c99778df
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -72,6 +72,9 @@ func install(parser *arguments) error {
parser.targets.set(name)
}
requestTargets = parser.targets.toSlice()
if len(dt.Missing) > 0 {
str := bold(red(arrow+" Error: ")) + "Could not find all required packages:"