Skip to content

Commit 1c94649

Browse files
authored
chore: suggest correct execution driver
1 parent 972c1be commit 1c94649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configuration/in-memory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By default the service starts on port `1234`. Point cypress agents to use the ne
2727
Behind the scene director service uses in-memory execution driver and can be explicitly set to basic mode by setting environment variables
2828

2929
```text
30-
EXECUTION_DRIVER="../execution/in-memory/driver"
30+
EXECUTION_DRIVER="../execution/in-memory"
3131
SCREENSHOTS_DRIVER="../screenshots/dummy.driver"
3232
PORT=1234
3333
```

0 commit comments

Comments
 (0)