From 7949ed63f3a1962eb70be7ef9df84d996a939728 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sun, 4 Feb 2024 00:36:08 +0100 Subject: [PATCH] Attempt to fix osx build --- agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go b/agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go index ba2fca8..043ce35 100644 --- a/agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go +++ b/agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go @@ -14,7 +14,7 @@ type pinentrySecretStoreInfo string func (pi *pinentryInstance) useSecretStore(useSecretStore bool) (pinentrySecretStoreInfo, error) { // unimplemented - return false + return "", nil } func (pi *pinentryInstance) shouldStoreSecret(info pinentrySecretStoreInfo) bool {