Fix typo for last change in bootstrap.py

This commit is contained in:
Marcin Wiącek 2019-05-05 21:16:32 +02:00
parent cc919b8039
commit d077fb7244

View file

@ -391,7 +391,7 @@ def get_linux_distribution():
else:
raise Exception('unsupported version of %s: %s' % (distro, version))
distro, version = 'Ubuntu', base_version
#fixme: we should allow checked/supported versions only
# Fixme: we should allow checked/supported versions only
elif distro.lower() not in [
'centos',
'centos linux',