Skip to content

Commit c164af0

Browse files
committed
fix: config yml
1 parent 6361579 commit c164af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ commands:
331331
332332
- run:
333333
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 &
334+
command: mitmdump -s ~/project/examples/hybrid/e2e/proxy-server.py --set block_global=false --listen-host 0.0.0.0 --listen-port 8082 &
335335

336336
background: true
337337

0 commit comments

Comments
 (0)