Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #518 from clintonskitson/bugfix/reauth_body
Browse files Browse the repository at this point in the history
Fixed problem re-authenticating during request
  • Loading branch information
jrperritt committed Jan 8, 2016
2 parents eef7ebc + fcd283a commit c70720d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ func (client *ProviderClient) Request(method, url string, options RequestOpts) (
if err != nil {
return nil, fmt.Errorf("Successfully re-authenticated, but got error executing request: %s", err)
}

return resp, nil
}
}

Expand Down

0 comments on commit c70720d

Please sign in to comment.