Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyouwen committed Mar 5, 2024
1 parent 2cc1ea7 commit 8cd152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dev_client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func main() {

cli := &knox.HTTPClient{
KeyFolder: keyFolder,
UncachedClient: knox.UncachedHTTPClient{
UncachedClient: &knox.UncachedHTTPClient{
Host: hostname,
AuthHandler: authHandler,
Client: &http.Client{Transport: &http.Transport{TLSClientConfig: tlsConfig}},
Expand Down

0 comments on commit 8cd152d

Please sign in to comment.