From 8745486fb307a0a0a9a3853c3e4f12e0d6b72cff Mon Sep 17 00:00:00 2001 From: niallmcandrew <34754073+niallmcandrew@users.noreply.github.com> Date: Mon, 3 Sep 2018 08:38:21 +1200 Subject: [PATCH] Fix test readme formatting Adds a missing vertical bar at the star of a table so its correct markdown. --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index b90635612..fc51fbf5f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -2,7 +2,7 @@ ## Amazon Web Service - | Calico | Flannel | Weave | +| | Calico | Flannel | Weave | ------------- | ------------- | ------------- | ------------- | Debian Jessie | [](https://ci.kubespray.io/job/kubespray-aws-calico-jessie) | [](https://ci.kubespray.io/job/kubespray-aws-flannel-jessie/) | [](https://ci.kubespray.io/job/kubespray-aws-weave-jessie/) | Ubuntu Trusty |[](https://ci.kubespray.io/job/kubespray-aws-calico-trusty/)|[](https://ci.kubespray.io/job/kubespray-aws-flannel-trusty/)|[](https://ci.kubespray.io/job/kubespray-aws-weave-trusty)| -- GitLab