forked from TrueCloudLab/certificates
Fix linting error
This commit is contained in:
parent
50b4011b03
commit
1c59b3f132
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue