Index: recipe_modules/bot_update/api.py |
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py |
index 47846859e57a69cb24180a3cb69fc88c395cbe3f..2e62e6fd2481378482dbe7a8ba02d4a5d2acdead 100644 |
--- a/recipe_modules/bot_update/api.py |
+++ b/recipe_modules/bot_update/api.py |
@@ -276,7 +276,7 @@ class BotUpdateApi(recipe_api.RecipeApi): |
# This is download failure, hence an infra failure. |
# Sadly, python.failing_step doesn't support kwargs. |
self.m.python.inline( |
- 'Patch failure', |
+ 'Patch failure - Try Rebasing', |
('import sys;' |
'print "Patch download failed. See bot_update step for' |
' details";sys.exit(1)'), |