mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Fix typo for last change in bootstrap.py
This commit is contained in:
parent
cc919b8039
commit
d077fb7244
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue