feat: fix typo
This commit is contained in:
2
main.go
2
main.go
@@ -201,7 +201,7 @@ func buildExternalSpecCommand() *cli.Command {
|
|||||||
Action: func(ctx *cli.Context) error {
|
Action: func(ctx *cli.Context) error {
|
||||||
externalSpecResponse := &ExternalSpecResponse{
|
externalSpecResponse := &ExternalSpecResponse{
|
||||||
Success: true,
|
Success: true,
|
||||||
Agent: "external-signer-pkc11/0.1.0",
|
Agent: "external-signer-pkcs11/0.1.0",
|
||||||
Specification: "External/1.0.0-alpha",
|
Specification: "External/1.0.0-alpha",
|
||||||
Commands: []string{
|
Commands: []string{
|
||||||
"external_public_key",
|
"external_public_key",
|
||||||
|
|||||||
Reference in New Issue
Block a user