duncangrant commented on code in PR #97:
URL: https://github.com/apache/brooklyn-client/pull/97#discussion_r1132601887
##########
cli/app/app.go:
##########
@@ -52,10 +52,10 @@ func NewApp(baseName string, cmdRunner
command_runner.Runner, metadatas ...comma
app.Version = appConfig.Version
app.Flags = []cli.Flag{
- &cli.BoolFlag{
- Name: "skipSslChecks",
- Usage: "Skip verification of server's certificate chain
and hostname (for use with self-signed certs)",
- },
+ //&cli.BoolFlag{
+ // Name: "skipSslChecks",
+ // Usage: "Skip verification of server's certificate chain
and hostname (for use with self-signed certs)",
+ //},
Review Comment:
I'll remove this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]