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

change cmd to flags.ParseCaURL and flags.ParseCaURLIfExists

This commit is contained in:
max furman
2020-07-31 11:04:25 -07:00
parent c3f499e3ef
commit 6bab49a31a
14 changed files with 67 additions and 43 deletions

View File

@@ -90,7 +90,7 @@ type bootstrapConfig struct {
}
func bootstrapAction(ctx *cli.Context) error {
caURL, err := cautils.CtxCAURL(ctx, true)
caURL, err := flags.ParseCaURL(ctx)
if err != nil {
return err
}