File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { getDeferred } from '../../util/promise';
1212import { getDockerHostAddress } from './docker-commands' ;
1313import { packOverrideFiles } from './docker-data-injection' ;
1414
15- const HTTP_TOOLKIT_INJECTED_PATH = '/http-toolkit-injections' ;
15+ const HTTP_TOOLKIT_INJECTED_PATH = '/. http-toolkit-injections' ;
1616const HTTP_TOOLKIT_INJECTED_OVERRIDES_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'overrides' ) ;
1717const HTTP_TOOLKIT_INJECTED_CA_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'ca.pem' ) ;
1818
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const DOCKER_CONTAINER_LABEL = "tech.httptoolkit.docker.proxy";
1414 * The path inside the container where injected files will be stored, and so the paths that
1515 * env vars injected into the container need to reference.
1616 */
17- const HTTP_TOOLKIT_INJECTED_PATH = '/http-toolkit-injections' ;
17+ const HTTP_TOOLKIT_INJECTED_PATH = '/. http-toolkit-injections' ;
1818const HTTP_TOOLKIT_INJECTED_OVERRIDES_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'overrides' ) ;
1919const HTTP_TOOLKIT_INJECTED_CA_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'ca.pem' ) ;
2020
You can’t perform that action at this time.
0 commit comments