mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
Strip db prefix from request targets
This commit is contained in:
parent
13ba261977
commit
e5c99778df
@ -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…
x
Reference in New Issue
Block a user