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 431d4a9 commit 2c68468
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.NewUncachedClient(hostname, authHandler, &http.Client{Transport: &http.Transport{TLSClientConfig: tlsConfig}})
UncachedClient: knox.NewUncachedClient(hostname, authHandler, &http.Client{Transport: &http.Transport{TLSClientConfig: tlsConfig}}),

Check failure on line 120 in cmd/dev_client/main.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

not enough arguments in call to knox.NewUncachedClient

Check failure on line 120 in cmd/dev_client/main.go

View workflow job for this annotation

GitHub Actions / Build

not enough arguments in call to knox.NewUncachedClient
}

loginCommand := client.NewLoginCommand(clientID, tokenEndpoint, "", "", "", "")
Expand Down

0 comments on commit 2c68468

Please sign in to comment.