Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Mar 28, 2022
1 parent 92dcc64 commit f5fcc36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ func NewClient(credentials *Credentials, userAgent string, absolutePath string,
if err != nil {
return nil, err
}
// add useragent
baseClient.UserAgent = userAgent

if credentials.ProxyURL != "" {
log.Printf("[DEBUG] Using proxy: %s\n", credentials.ProxyURL)
Expand Down

0 comments on commit f5fcc36

Please sign in to comment.