Merge pull request #199 from Morganamilo/fixprompt

Fix Yay showing AUR prompts when it shouldnt
This commit is contained in:
Morgana 2018-03-03 04:15:56 +00:00 committed by GitHub
commit 0f322cbcb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,7 @@ func install(parser *arguments) error {
if hasAur {
printDepCatagories(dc)
hasAur = len(dc.Aur) != 0
fmt.Println()
}