Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
Signed-off-by: someshkoli <[email protected]>
  • Loading branch information
someshkoli committed Jun 1, 2021
1 parent 4f3f6c2 commit 8a01ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/thanos/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func runSidecar(

httpClient, err := thanoshttp.NewHTTPClient(*httpClientConfig, "thanos-sidecar")
if err != nil {
return errors.Wrap(err, "Improper http client config")
return errors.Wrap(err, "new http client config")

}

Expand Down
2 changes: 1 addition & 1 deletion pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ClientConfig struct {
ProxyURL string `yaml:"proxy_url"`
// TLSConfig to use to connect to the targets.
TLSConfig TLSConfig `yaml:"tls_config"`
// TransportConfig for Client transport properties
// TransportConfig for Client transport properties.
TransportConfig TransportConfig `yaml:"transport_config"`
}

Expand Down

0 comments on commit 8a01ab9

Please sign in to comment.