mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
Merge pull request #317 from Morganamilo/fix#316again
Strip db prefix from request targets
This commit is contained in:
commit
f986895aa2
@ -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:"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user