aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMurat <muratyilmazlar@users.noreply.github.com>2018-05-15 11:08:02 +0300
committerDmitry Vyukov <dvyukov@google.com>2018-05-15 10:28:30 +0200
commit78d847c63e9ca05d7ed98ec04a20e50ba8a8826c (patch)
tree3e141364e25fa8fad92600dfd41ee50d14e6d6ed /docs
parent03258b9e7fdb5a6bf2cac18c4cdbf53984fb8a5f (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.
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/setup_linux-host_isolated.md2
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
}
}
```