Skip to content
Snippets Groups Projects
Commit f93f964e authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix uppercase typo in autodetect-os

parent 37270da5
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
myKey=`ph.getOS` myKey=`ph.getOS`
myVersion=`ph.getOSMajor` myVersion=`ph.getOSMajor`
case "$mykey" in case "$myKey" in
centos) centos)
# detect centos stream # detect centos stream
grep -i stream /etc/centos-release >/dev/null 2>&1 && myVersion="${myVersion}-stream" grep -i stream /etc/centos-release >/dev/null 2>&1 && myVersion="${myVersion}-stream"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment