Chromium Code Reviews| Index: client/example/payload/hello_world.isolate |
| diff --git a/client/example/payload/hello_world.isolate b/client/example/payload/hello_world.isolate |
| index 0f2803d5dc89664046e706429519520977921304..7a97754e70d2a78b7a53f28e0cbb65849c00b193 100644 |
| --- a/client/example/payload/hello_world.isolate |
| +++ b/client/example/payload/hello_world.isolate |
| @@ -9,12 +9,12 @@ |
| }, |
| # |
| 'conditions': [ |
| - ['OS=="Linux"', { |
| + ['OS=="Ubuntu"', { |
| 'variables': { |
| 'command': [ |
| 'python', |
| 'hello_world.py', |
| - 'Linux', |
| + 'Ubuntu', |
| ], |
| }, |
| }], |