Index: recipe_modules/bot_update/example.py |
diff --git a/recipe_modules/bot_update/example.py b/recipe_modules/bot_update/example.py |
index 24bc89b9084d54c0a76a07d6088c02c3ec9e5096..5703f9fc6b787b9820fe198be85faccfec66a794 100644 |
--- a/recipe_modules/bot_update/example.py |
+++ b/recipe_modules/bot_update/example.py |
@@ -25,7 +25,6 @@ def RunSteps(api): |
'HEAD') |
patch = api.properties.get('patch', True) |
clobber = True if api.properties.get('clobber') else False |
- force = True if api.properties.get('force') else False |
no_shallow = True if api.properties.get('no_shallow') else False |
output_manifest = api.properties.get('output_manifest', False) |
with_branch_heads = api.properties.get('with_branch_heads', False) |
@@ -44,7 +43,6 @@ def RunSteps(api): |
gerrit_no_rebase_patch_ref=gerrit_no_rebase_patch_ref) |
else: |
api.bot_update.ensure_checkout( |
- force=force, |
no_shallow=no_shallow, |
patch=patch, |
with_branch_heads=with_branch_heads, |