forked from ungleich-public/cdist
fix typo
This commit is contained in:
parent
dd588016a0
commit
b0e25e8784
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if grep -q ^Fedora /etc/redhat-release 2>/dev/null; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# CentOS is also based on Redhat, this return before redhat!
|
# CentOS is also based on Redhat, thus return before redhat!
|
||||||
if grep -q ^CentOS /etc/redhat-release 2>/dev/null; then
|
if grep -q ^CentOS /etc/redhat-release 2>/dev/null; then
|
||||||
echo centos
|
echo centos
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue