From 8c0cec2b8f69c3e2bbe70b20b8ac52e93783d84d Mon Sep 17 00:00:00 2001 From: raymondk Date: Thu, 10 Jul 2025 10:17:50 -0400 Subject: [PATCH] fix: link keyring error to migration instructions for release 0.28.0 --- src/dfx-core/src/error/keyring.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfx-core/src/error/keyring.rs b/src/dfx-core/src/error/keyring.rs index 34ad7c08ba..92e2ede93e 100644 --- a/src/dfx-core/src/error/keyring.rs +++ b/src/dfx-core/src/error/keyring.rs @@ -40,6 +40,6 @@ A macOS issue prevents arm64 versions of dfx from accessing your identities whil You will need to go into Keychain Access and remove dfx from the 'Access Control' tab of all 'internet_computer_identities' keys. -For more information, see the dfx 0.28.0 migration guide: https://github.com/dfinity/sdk/blob/0.28.1/docs/migration/dfx-0.28.0-migration-guide.md +For more information, see the dfx 0.28.0 migration guide: https://github.com/dfinity/sdk/blob/0.28.0/docs/migration/dfx-0.28.0-migration-guide.md ")] pub struct KeyringMaintenanceError;