From 5667a510f87bf2b8be1feb613f6f1b609e37f828 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 22 Apr 2020 08:18:59 -0600 Subject: [PATCH] Use correct quoting on ppc and s390x items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 446bd0ce0..60740fd1e 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Labels commonly include operating system name, version, and architecture. | Fedora 33 | `Fedora` | `33` | `amd64` | | FreeBSD 11 | `freebsd` | `11.2-STABLE` | `amd64` | | FreeBSD 12 | `freebsd` | `12.0-RELEASE` | `amd64` | -| IBM PowerPC Ubuntu 18.04 | `Ubuntu' | `18.04` | `ppc64le` | -| IBM s390x Ubuntu 18.04 | `Ubuntu' | `18.04` | `s390x` | +| IBM PowerPC Ubuntu 18.04 | `Ubuntu` | `18.04` | `ppc64le` | +| IBM s390x Ubuntu 18.04 | `Ubuntu` | `18.04` | `s390x` | | Linux Mint 19.3 | `LinuxMint` | `19.03` | `amd64` | | Oracle Linux 6 | `OracleServer` | `6.10` | `amd64` | | Oracle Linux 7 | `OracleServer` | `7.6` | `amd64` |