소스 검색

Change ref name used for marking reviewed diff to AUR_SEEN

Loic Reyreaud 5 년 전
부모
커밋
21d0f33dae
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      download.go

+ 1 - 3
download.go

@@ -14,9 +14,7 @@ import (
 	"github.com/Jguer/yay/v9/pkg/types"
 )
 
-const (
-	gitDiffRefName = "AURUTILS_SEEN"
-)
+const gitDiffRefName = "AUR_SEEN"
 
 // Decide what download method to use:
 // Use the config option when the destination does not already exits