FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bug 11024: fix a typo · kwanggithub/cloudstack@ea07dff · GitHub

This repository was archived by the owner on Jan 15, 2020. It is now read-only.
/ cloudstack Public archive
forked from apache/cloudstack

Commit ea07dff

Browse files
committed
bug 11024: fix a typo
status 11024: resovled fixed
1 parent a2493b5 commit ea07dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎python/lib/cloudutils/utilities.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self):
9292
self.distro = "CentOS"
9393
elif os.path.exists("/etc/redhat-release"):
9494
version = file("/etc/redhat-release").readline()
95-
if version.find("Red Hat Enterprise Linux Server release 6") != -1 or version.find("Scientific Linux release 6") != -1 or version.find("CentOS release 6"):
95+
if version.find("Red Hat Enterprise Linux Server release 6") != -1 or version.find("Scientific Linux release 6") != -1 or version.find("CentOS release 6") != -1:
9696
self.distro = "RHEL6"
9797
elif version.find("CentOS release") != -1:
9898
self.distro = "CentOS"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL