From 8841740a2b8a2496e64a99dfcc32773ae69991cf Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 7 Apr 2014 10:58:13 -0700 Subject: [PATCH] doc(oem): remove quotes from oem doc --- Documentation/cloud-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 21b9875..fe98893 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -69,9 +69,9 @@ coreos: ...would be rendered to the following `/etc/oem-release`: ``` -ID="rackspace" +ID=rackspace NAME="Rackspace Cloud Servers" -VERSION_ID="168.0.0" +VERSION_ID=168.0.0 HOME_URL="https://www.rackspace.com/cloud/servers/" BUG_REPORT_URL="https://github.com/coreos/coreos-overlay" ```