Browse Source

Merge pull request #199 from Morganamilo/fixprompt

Fix Yay showing AUR prompts when it shouldnt
Morgana 7 years ago
parent
commit
0f322cbcb6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install.go

+ 1 - 0
install.go

@@ -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()
 	}
 	}