Chromium Code Reviews| Index: tools/dm_flags.py |
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
| index e667db1ec5bf12948b1bef7a85220bdf053b71ca..debc4259776cffccc4202f2a96f171fa009e7e8d 100755 |
| --- a/tools/dm_flags.py |
| +++ b/tools/dm_flags.py |
| @@ -90,7 +90,7 @@ def get_args(bot): |
| # CommandBuffer bot *only* runs the command_buffer config. |
| if 'CommandBuffer' in bot: |
| - configs = ['command_buffer'] |
| + configs = ['commandbuffer'] |
| # Vulkan bot *only* runs the vk config. |
| if 'Vulkan' in bot: |