Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit c737964

Browse files
committed
changed tlc to tls
1 parent 96ff6fd commit c737964

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ func beforeAction(ctx *cli.Context) error {
7373
glog.Fatal(err)
7474
}
7575

76-
tlcOpts := tlsClientOptions{insecureSkipVerify: ctx.Bool("insecure")}
77-
tlcClient := tlsClient(tlcOpts)
78-
rt := openapiclient.NewWithClient(u.Host, snaptel.FlAPIVer.Value, []string{u.Scheme}, tlcClient)
76+
tlsOpts := tlsClientOptions{insecureSkipVerify: ctx.Bool("insecure")}
77+
tlsClient := tlsClient(tlsOpts)
78+
rt := openapiclient.NewWithClient(u.Host, snaptel.FlAPIVer.Value, []string{u.Scheme}, tlsClient)
7979
c := client.New(rt, nil)
8080
snaptel.SetClient(c)
8181
snaptel.SetScheme(u.Scheme)

0 commit comments

Comments
 (0)