From f93f964e4ed56abeb4c7bf7cc31aec49cbd52bfc Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Thu, 4 Nov 2021 11:17:07 +0100 Subject: [PATCH] fix uppercase typo in autodetect-os --- check_eol-versiondetect/autodetect-os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_eol-versiondetect/autodetect-os b/check_eol-versiondetect/autodetect-os index 36978fc..d01b0a4 100755 --- a/check_eol-versiondetect/autodetect-os +++ b/check_eol-versiondetect/autodetect-os @@ -12,7 +12,7 @@ myKey=`ph.getOS` myVersion=`ph.getOSMajor` -case "$mykey" in +case "$myKey" in centos) # detect centos stream grep -i stream /etc/centos-release >/dev/null 2>&1 && myVersion="${myVersion}-stream" -- GitLab