Skip to content

Commit 44c7bee

Browse files
authored
Merge pull request #8 from fabianvf/fix-option-typo
Fix typo opts -> options
2 parents 7a42e65 + 4a4f30c commit 44c7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func newClient(config *rest.Config, options Options) (*client, error) {
9090
if err != nil {
9191
return nil, fmt.Errorf("Could not create HTTPClient from config")
9292
}
93-
opts.HTTPClient = httpClient
93+
options.HTTPClient = httpClient
9494
}
9595

9696
if !options.Opts.SuppressWarnings {

0 commit comments

Comments
 (0)