mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Merge pull request #199 from Morganamilo/fixprompt
Fix Yay showing AUR prompts when it shouldnt
This commit is contained in:
commit
0f322cbcb6
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ func install(parser *arguments) error {
|
||||||
|
|
||||||
if hasAur {
|
if hasAur {
|
||||||
printDepCatagories(dc)
|
printDepCatagories(dc)
|
||||||
|
hasAur = len(dc.Aur) != 0
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue