Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit 3c74ca3

Browse files
committed
fix typo
1 parent 792d7eb commit 3c74ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func exports(socket, certPath string) map[string]string {
231231
//if a http_proxy is set, we need to make sure the boot2docker ip
232232
//is added to the NO_PROXY environment variable
233233
if os.Getenv("http_proxy") != "" || os.Getenv("HTTP_PROXY") != "" {
234-
//get the ip from the docket/DOCKER_HOST
234+
//get the ip from socket/DOCKER_HOST
235235
re := regexp.MustCompile("tcp://([^:]+):")
236236
if matches := re.FindStringSubmatch(socket); len(matches) == 2 {
237237
ip := matches[1]

0 commit comments

Comments
 (0)