Przeglądaj źródła

Merge pull request #199 from Morganamilo/fixprompt

Fix Yay showing AUR prompts when it shouldnt
Morgana 7 lat temu
rodzic
commit
0f322cbcb6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      install.go

+ 1 - 0
install.go

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