From 2f01ab25ed30dfcec40b0ef13224611881e9b88c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 14 Sep 2017 16:59:49 +0100 Subject: [PATCH] Correct example yaml Without the space I get: FATA[0000] Invalid config: yaml: line 66: could not find expected ':' Signed-off-by: Ian Campbell --- docs/yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml.md b/docs/yaml.md index 1bbe72451..b8993b259 100644 --- a/docs/yaml.md +++ b/docs/yaml.md @@ -110,7 +110,7 @@ supported here is `"yaml"` which will output the yaml used to generate the image file: ``` - path: etc/linuxkit.yml - metadata:yaml + metadata: yaml ``` ## `trust`