1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Merge branch 'master' into use/crypto

This commit is contained in:
Mariano Cano
2022-10-06 17:12:04 -07:00
58 changed files with 100 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ import (
"go.step.sm/crypto/pemutil"
)
func rootComand() cli.Command {
func rootCommand() cli.Command {
return cli.Command{
Name: "root",
Action: command.ActionFunc(rootAction),