mirror of https://github.com/docker/docs.git
Merge pull request #13863 from Microsoft/typoclientutils
Typo fix in api\client\utils.go
This commit is contained in:
commit
466efebf0e
|
@ -33,7 +33,7 @@ var (
|
||||||
errConnectionRefused = errors.New("Cannot connect to the Docker daemon. Is 'docker -d' running on this host?")
|
errConnectionRefused = errors.New("Cannot connect to the Docker daemon. Is 'docker -d' running on this host?")
|
||||||
)
|
)
|
||||||
|
|
||||||
// HTTPClient creates a new HTP client with the cli's client transport instance.
|
// HTTPClient creates a new HTTP client with the cli's client transport instance.
|
||||||
func (cli *DockerCli) HTTPClient() *http.Client {
|
func (cli *DockerCli) HTTPClient() *http.Client {
|
||||||
return &http.Client{Transport: cli.transport}
|
return &http.Client{Transport: cli.transport}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue