ソースを参照

Merge pull request #199 from Morganamilo/fixprompt

Fix Yay showing AUR prompts when it shouldnt
Morgana 7 年 前
コミット
0f322cbcb6
1 ファイル変更1 行追加0 行削除
  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()
 	}