diff options
| author | Murat <muratyilmazlar@users.noreply.github.com> | 2018-05-15 11:08:02 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-15 10:28:30 +0200 |
| commit | 78d847c63e9ca05d7ed98ec04a20e50ba8a8826c (patch) | |
| tree | 3e141364e25fa8fad92600dfd41ee50d14e6d6ed | |
| parent | 03258b9e7fdb5a6bf2cac18c4cdbf53984fb8a5f (diff) | |
Updated file and fixed typo.
Fixed typo for JSON config file. It has a comma after "false". If this comma exist, it always gives issue about object thing.
| -rw-r--r-- | docs/linux/setup_linux-host_isolated.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index 9a02d893a..1a2368336 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -90,7 +90,7 @@ Use the following config: "vm": { "targets" : [ "10.0.0.1" ], "target_dir" : "/home/user/tmp/syzkaller", - "target_reboot" : false, + "target_reboot" : false } } ``` |
