You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-09 03:22:43 +03:00
Quick copy change
This commit is contained in:
@@ -513,7 +513,7 @@ func initAction(ctx *cli.Context) (err error) {
|
||||
|
||||
var address string
|
||||
if helm {
|
||||
ui.Println("What IP and port will your new CA bind to, it should match service.targetPort?", ui.WithValue(ctx.String("address")))
|
||||
ui.Println("What IP and port will your new CA bind to (it should match service.targetPort)?", ui.WithValue(ctx.String("address")))
|
||||
} else {
|
||||
ui.Println("What IP and port will your new CA bind to?", ui.WithValue(ctx.String("address")))
|
||||
}
|
||||
|
Reference in New Issue
Block a user