Chromium Code Reviews| Index: update_depot_tools |
| diff --git a/update_depot_tools b/update_depot_tools |
| index f60d87e957b45a98c30d68a570dc554214bcb859..dcb8d1463792e2452125c1f84e42fd94ec07aebf 100755 |
| --- a/update_depot_tools |
| +++ b/update_depot_tools |
| @@ -70,7 +70,7 @@ function is_git_clone_repo { |
| function update_git_repo { |
| if is_git_clone_repo; then |
| git fetch -q origin > /dev/null |
| - git rebase -q origin > /dev/null |
| + git rebase -q origin/master > /dev/null |
| return 0 |
| fi |