Fix linting error

pull/1252/head
Carl Tashian 1 year ago
parent 50b4011b03
commit 1c59b3f132
No known key found for this signature in database

@ -143,7 +143,8 @@ func appAction(ctx *cli.Context) error {
if err != nil && token == "" {
fmt.Println("step-ca can't find or open the configuration file for your CA.")
fmt.Println("You may need to create a CA first by running `step ca init`.")
fmt.Println("Documentation: https://u.step.sm/docs/ca\n")
fmt.Println("Documentation: https://u.step.sm/docs/ca")
fmt.Println("")
fatal(err)
}

Loading…
Cancel
Save