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 {
|
||||
printDepCatagories(dc)
|
||||
hasAur = len(dc.Aur) != 0
|
||||
fmt.Println()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue