Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix proxy chain
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Mar 12, 2020
1 parent 74708bb commit 11e907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func makeDialer(d *schema.ResourceData) (proxy.Dialer, error) {
if err != nil {
return nil, err
}
proxy, err := proxy.FromURL(proxyURL, proxyFromEnv)
proxy, err := proxy.FromURL(proxyURL, proxy.Direct)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 11e907f

Please sign in to comment.