浏览代码

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