From 0cd256372cda0d41d95a176e37e0404f426ccb1e Mon Sep 17 00:00:00 2001 From: Mark Garrett Date: Sun, 1 Mar 2020 10:31:52 +1100 Subject: [PATCH] fix whitespace --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index c048c0ac..f06b23b6 100644 --- a/include/osdetection +++ b/include/osdetection @@ -61,7 +61,7 @@ 10.12 | 10.12.[0-9]*) OS_FULLNAME="macOS Sierra (${OS_VERSION})" ;; 10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;; 10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;; - 10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;; + 10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;; *) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;; esac else