Merge pull request #2932 from onesolpark/master

Fixed typo in flags.go
This commit is contained in:
k8s-ci-robot 2018-08-13 07:48:58 -07:00 committed by GitHub
commit b72e20807b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ Feature backed by OpenResty Lua libraries.`)
}
if *enableSSLPassthrough && !ing_net.IsPortAvailable(*sslProxyPort) {
return false, nil, fmt.Errorf("Port %v is already in use. Please check the flag --ssl-passtrough-proxy-port", *sslProxyPort)
return false, nil, fmt.Errorf("Port %v is already in use. Please check the flag --ssl-passthrough-proxy-port", *sslProxyPort)
}
if !*enableSSLChainCompletion {