Skip to content

Commit

Permalink
Fix linter error from recent commit. (istio#18391)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmittler authored and istio-testing committed Oct 28, 2019
1 parent f1e6a60 commit ac1c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/framework/components/environment/native/native.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (e *Environment) DockerClient() (*client.Client, error) {

if e.dockerClient == nil {
// Create a shared network for Docker containers.
c, err := client.NewEnvClient()
c, err := client.NewClientWithOpts(client.FromEnv)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit ac1c782

Please sign in to comment.