Fix annotated steps for dart_sdk

Stray : at the end of the force line (used to be an if)

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1167523006
This commit is contained in:
Rico Wind 2015-06-08 15:27:12 +02:00
parent 74759d5771
commit b35b14e94f

View file

@ -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()