Skip to content

Commit efb6975

Browse files
authored
Update contribute/developer-guide/README.md
1 parent 2e5bf54 commit efb6975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contribute/developer-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Follow the steps provided below to setup okteto & test the experiment execution.
238238
'experiments/sample_category/sample_exec_chaos',
239239
'experiments/sample_category/sample_exec_chaos/experiment',
240240
```
241-
- Add `&` operator in the end of kill command `CHAOS_INJECT_COMMAND` example: `md5sum /dev/zero &`. As we are running chaos command as a background process in separate thread.
241+
- Add `&` operator in the end of chaos-inject command `CHAOS_INJECT_COMMAND` example: `md5sum /dev/zero &`. As we are running chaos command as a background process in a separate thread.
242242
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
243243
- Then go to root(litmus-python) and run `python3 setup.py install`
244244

0 commit comments

Comments
 (0)