Skip to content

Commit

Permalink
Fix Debian bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkspirit committed Nov 10, 2019
1 parent c71988e commit c241442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/bootstrap.py
Expand Up @@ -385,7 +385,7 @@ def get_linux_distribution():
elif distrib.lower() not in [
'centos',
'centos linux',
'debian',
'debian gnu/linux',
'fedora',
]:
raise Exception('mach bootstrap does not support %s, please file a bug' % distrib)
Expand Down

0 comments on commit c241442

Please sign in to comment.