mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Change PATH separation on windows to semicolon
This commit is contained in:
@@ -162,7 +162,7 @@ var DockerMachine = {
|
||||
'DOCKER_HOST' : machine.url,
|
||||
'DOCKER_CERT_PATH' : path.join(util.home(), '.docker/machine/machines/' + machine.name),
|
||||
'DOCKER_TLS_VERIFY': 1,
|
||||
'PATH': resources.resourceDir() + ':' + process.env.PATH
|
||||
'PATH': resources.resourceDir() + ';' + process.env.PATH
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user