Skip to content

Commit

Permalink
Merge pull request #32 from okteto/jpf-okteto/rain-64/v0-10-3-patch
Browse files Browse the repository at this point in the history
fix: update new ClientOpt from 5509e40 with origin
  • Loading branch information
jpf-okteto authored Nov 13, 2023
2 parents 6ff0725 + aff76fa commit 7173907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func New(ctx context.Context, address string, opts ...ClientOpt) (*Client, error
}
gopts = append(gopts, opt)
needWithInsecure = false
tlsServerName = credInfo.ServerName
}
if wt, ok := o.(*withTracer); ok {
customTracer = true
Expand Down

0 comments on commit 7173907

Please sign in to comment.