diff --git a/android/buildbot/bb_device_steps.py b/android/buildbot/bb_device_steps.py index d47fb9951..4c99591d1 100755 --- a/android/buildbot/bb_device_steps.py +++ b/android/buildbot/bb_device_steps.py @@ -228,7 +228,7 @@ def RunWebkitLayoutTests(options): '--target', options.target, '--builder-name', options.build_properties.get('buildername', ''), '--build-number', str(options.build_properties.get('buildnumber', '')), - '--master-name', 'ChromiumWebKit', # TODO: Get this from the cfg. + '--master-name', 'ChromiumWebkit', # TODO: Get this from the cfg. '--build-name', options.build_properties.get('buildername', ''), '--platform=android']