Browse Source

Change ref name used for marking reviewed diff to AUR_SEEN

Loic Reyreaud 5 years ago
parent
commit
21d0f33dae
1 changed files with 1 additions and 3 deletions
  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