Skip to content

Commit

Permalink
typo (#777)
Browse files Browse the repository at this point in the history
"Received respose" -> "Received response"
  • Loading branch information
sagilaufer1992 authored Jan 7, 2024
1 parent 85de56a commit b49aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func configureProvider(version string, p *schema.Provider) schema.ConfigureConte
return nil
}).
OnAfterResponse(func(c *resty.Client, r *resty.Response) error {
tflog.SubsystemInfo(subCtx, "env0_api_client", "Received respose", map[string]interface{}{"method": r.Request.Method, "url": r.Request.URL, "status": r.Status()})
tflog.SubsystemInfo(subCtx, "env0_api_client", "Received response", map[string]interface{}{"method": r.Request.Method, "url": r.Request.URL, "status": r.Status()})
return nil
}).
AddRetryAfterErrorCondition().
Expand Down

0 comments on commit b49aa4b

Please sign in to comment.