From 95bf36229422fc50d2011748d271a901bce76f2a Mon Sep 17 00:00:00 2001 From: Valentin Cocaud Date: Tue, 5 Mar 2024 15:43:25 +0100 Subject: [PATCH] Add brew standard installation path for gpg --- helpers/helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/helpers.go b/helpers/helpers.go index 9877a1c..927e110 100644 --- a/helpers/helpers.go +++ b/helpers/helpers.go @@ -17,6 +17,7 @@ func DetectGpgBinary() (string, error) { "gpg2", "gpg", "/bin/gpg2", "/usr/bin/gpg2", "/usr/local/bin/gpg2", "/bin/gpg", "/usr/bin/gpg", "/usr/local/bin/gpg", + "/opt/homebrew/bin/gpg", } for _, binary := range gpgBinaryPriorityList {