No bug - Add a space in the configure script. We are currently showing 'Mozillaautomation' r=trivial

MozReview-Commit-ID: KDn1ob7Pt6q
This commit is contained in:
Sylvestre Ledru 2017-01-09 10:12:45 +01:00
Родитель bba735b6ef
Коммит b68ae46ad6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -239,7 +239,7 @@ def mozconfig_options(mozconfig, automation, help):
log.error('%s directly or indirectly includes an in-tree '
'mozconfig.', mozconfig['path'])
log.error('In-tree mozconfigs make strong assumptions about '
'and are only meant to be used by Mozilla'
'and are only meant to be used by Mozilla '
'automation.')
die("Please don't use them.")
helper = __sandbox__._helper