We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590f28 commit daff97eCopy full SHA for daff97e
1 file changed
python/lib/cloud_utils.py
@@ -47,7 +47,7 @@
47
version = file("/etc/redhat-release").readline()
48
if version.find("Red Hat Enterprise Linux Server release 6") != -1:
49
distro = RHEL6
50
- elif version.find("Centos release") != -1:
+ elif version.find("CentOS release") != -1:
51
distro = CentOS
52
elif os.path.exists("/etc/legal") and "Ubuntu" in file("/etc/legal").read(-1): distro = Ubuntu
53
else: distro = Unknown
0 commit comments