Fix missing quotes that are breaking page render (#2698)

Signed-off-by: Elana Hashman <ehashman@redhat.com>
This commit is contained in:
Elana Hashman
2020-07-08 14:37:09 -07:00
committed by GitHub
parent 841d64982a
commit 695715ff6a
2 changed files with 2 additions and 0 deletions

View File

@@ -88,3 +88,4 @@ data:
# add 1+ key-value pairs here, where the key is the old
# node name and the value is the new node name.
<old-node-name>: <new-node-name>
```

View File

@@ -88,3 +88,4 @@ data:
# add 1+ key-value pairs here, where the key is the old
# node name and the value is the new node name.
<old-node-name>: <new-node-name>
```