Skip should be regular bool flag

This commit is contained in:
Don 2019-10-29 14:37:15 -07:00
parent f59267804f
commit 049cce9e39
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const networkSkipVerifyFlag = "transport.skip-verify"
// networkFlags has the cli.Flags for the Transport.
func networkFlags() []cli.Flag {
return []cli.Flag{
cli.BoolTFlag{
cli.BoolFlag{
Name: networkSkipVerifyFlag,
Usage: "skip ssl verify",
EnvVar: "PLUGIN_SKIP_VERIFY",