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 {