From 21d0f33dae2ebeabb50f8e60296d971e93d90291 Mon Sep 17 00:00:00 2001 From: Loic Reyreaud Date: Tue, 15 Oct 2019 10:02:10 +0200 Subject: [PATCH] Change ref name used for marking reviewed diff to AUR_SEEN --- download.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/download.go b/download.go index 675ef3b..9d328f4 100644 --- a/download.go +++ b/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