We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6361579 commit c164af0Copy full SHA for c164af0
.circleci/config.yml
@@ -331,7 +331,7 @@ commands:
331
332
- run:
333
name: Start MITM proxy with custom config
334
- command:mitmdump -s ~/project/examples/hybrid/e2e/proxy-server.py --set block_global=false --listen-host 0.0.0.0 --listen-port 8082 &
+ command: mitmdump -s ~/project/examples/hybrid/e2e/proxy-server.py --set block_global=false --listen-host 0.0.0.0 --listen-port 8082 &
335
336
background: true
337
0 commit comments