| Index: tools/bots/dart_sdk.py
|
| diff --git a/tools/bots/dart_sdk.py b/tools/bots/dart_sdk.py
|
| index 6863b667bff0be9589866a38ea7a6c8d6c761cd3..16094f0140468369fb35cc91c90a35af2e659965 100644
|
| --- a/tools/bots/dart_sdk.py
|
| +++ b/tools/bots/dart_sdk.py
|
| @@ -188,7 +188,7 @@ def Run(command):
|
|
|
| if __name__ == '__main__':
|
| # We always clobber the bot, to make sure releases are build from scratch
|
| - force = CHANNEL != bot_utils.Channel.BLEEDING_EDGE:
|
| + force = CHANNEL != bot_utils.Channel.BLEEDING_EDGE
|
| bot.Clobber(force=force)
|
|
|
| CreateUploadSDK()
|
|
|