Change ref name used for marking reviewed diff to AUR_SEEN

This commit is contained in:
Loic Reyreaud 2019-10-15 10:02:10 +02:00
parent de48604633
commit 21d0f33dae
No known key found for this signature in database
GPG key ID: 9A0DA198DEC5C3FA

View file

@ -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