Skip to content

Commit

Permalink
Attempt to fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Feb 3, 2024
1 parent ab9aaf2 commit 7949ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/systemauth/pinentry/keybase-pinentry/pinentry_osx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7949ed6

Please sign in to comment.