From 31993b2e69f13244bc302223b42ee3bed48485da Mon Sep 17 00:00:00 2001 From: Tom von Schwerdtner Date: Mon, 13 Mar 2017 13:15:01 -0400 Subject: [PATCH] Add missing comma --- Documentation/matchbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/matchbox.md b/Documentation/matchbox.md index fa4db9f3..89a0eaa0 100644 --- a/Documentation/matchbox.md +++ b/Documentation/matchbox.md @@ -62,7 +62,7 @@ Profiles reference an Ignition config, Cloud-Config, and/or generic config by na "id": "etcd", "name": "CoreOS with etcd2", "cloud_id": "", - "ignition_id": "etcd.yaml" + "ignition_id": "etcd.yaml", "generic_id": "some-service.cfg", "boot": { "kernel": "/assets/coreos/1235.9.0/coreos_production_pxe.vmlinuz",