Skip to content

Commit

Permalink
bug fix Error: unknown flag: --service-cirdn
Browse files Browse the repository at this point in the history
fanux committed Apr 17, 2020
1 parent 37d8419 commit 0b08785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert/cert_cmd.go
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ func CertCMD(altNames []string, hostIP, hostName, serviceCIRD, DNSDomain string)
}

if serviceCIRD != "" {
cmd += fmt.Sprintf(" --service-cirdn %s", serviceCIRD)
cmd += fmt.Sprintf(" --service-cird %s", serviceCIRD)
}

if DNSDomain != "" {

0 comments on commit 0b08785

Please sign in to comment.