mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 01:27:21 +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)
|
parser.targets.set(name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
requestTargets = parser.targets.toSlice()
|
||||||
|
|
||||||
if len(dt.Missing) > 0 {
|
if len(dt.Missing) > 0 {
|
||||||
str := bold(red(arrow+" Error: ")) + "Could not find all required packages:"
|
str := bold(red(arrow+" Error: ")) + "Could not find all required packages:"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user