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';
12
12
import { getDockerHostAddress } from './docker-commands' ;
13
13
import { packOverrideFiles } from './docker-data-injection' ;
14
14
15
- const HTTP_TOOLKIT_INJECTED_PATH = '/http-toolkit-injections' ;
15
+ const HTTP_TOOLKIT_INJECTED_PATH = '/. http-toolkit-injections' ;
16
16
const HTTP_TOOLKIT_INJECTED_OVERRIDES_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'overrides' ) ;
17
17
const HTTP_TOOLKIT_INJECTED_CA_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'ca.pem' ) ;
18
18
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const DOCKER_CONTAINER_LABEL = "tech.httptoolkit.docker.proxy";
14
14
* The path inside the container where injected files will be stored, and so the paths that
15
15
* env vars injected into the container need to reference.
16
16
*/
17
- const HTTP_TOOLKIT_INJECTED_PATH = '/http-toolkit-injections' ;
17
+ const HTTP_TOOLKIT_INJECTED_PATH = '/. http-toolkit-injections' ;
18
18
const HTTP_TOOLKIT_INJECTED_OVERRIDES_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'overrides' ) ;
19
19
const HTTP_TOOLKIT_INJECTED_CA_PATH = path . posix . join ( HTTP_TOOLKIT_INJECTED_PATH , 'ca.pem' ) ;
20
20
You can’t perform that action at this time.
0 commit comments