commit | 419146a67ac292fb80c90746f49add85e2b6904f | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu Aug 08 17:59:31 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu Aug 08 17:59:31 2024 +0900 |
tree | 7ff45235558806e3b6dd3615bde649a9be8955ac | |
parent | 0b7e03e424b6f0f30941b54282574205981eca8c [diff] |
Append missing '",' in the config file Bug: n/a Test: n/a Change-Id: I677434476b2d6ee3cb997f1916ed53b0d7839eac
diff --git a/docs/custom_vm.md b/docs/custom_vm.md index e4b374f..3d434ed 100644 --- a/docs/custom_vm.md +++ b/docs/custom_vm.md
@@ -53,7 +53,7 @@ "name": "debian", "disks": [ { - "image": "/data/local/tmp/debian.img + "image": "/data/local/tmp/debian.img", "partitions": [], "writable": true }