From d70f25cdc5b87261c8c0d887fc2670f48297cc3a Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 24 May 2025 11:02:41 +0800 Subject: [PATCH] feat: fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7d092de..5f14d06 100644 --- a/main.go +++ b/main.go @@ -201,7 +201,7 @@ func buildExternalSpecCommand() *cli.Command { Action: func(ctx *cli.Context) error { externalSpecResponse := &ExternalSpecResponse{ Success: true, - Agent: "external-signer-pkc11/0.1.0", + Agent: "external-signer-pkcs11/0.1.0", Specification: "External/1.0.0-alpha", Commands: []string{ "external_public_key",