Skip to content

Commit

Permalink
addrss nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapna Gupta committed Mar 3, 2021
1 parent 8aa6cf7 commit cd1f20a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ func New(
DefaultUserAgent,
defaultHTTPClient,
)
client := client.NewAPIClient(clientCfg)
f.rosettaClient = client
f.rosettaClient = client.NewAPIClient(clientCfg)
}

if f.insecureTLS {
Expand Down

0 comments on commit cd1f20a

Please sign in to comment.