Chromium Code Reviews| Index: update_depot_tools.bat |
| diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
| index d44fba63f9ed62d99e669063414782a171be0147..10b35fb909d19d07d5ed799d8393289a715a9217 100644 |
| --- a/update_depot_tools.bat |
| +++ b/update_depot_tools.bat |
| @@ -36,7 +36,7 @@ cd /d "%~dp0." |
| call git config remote.origin.fetch > NUL |
| if errorlevel 1 goto :GIT_SVN_UPDATE |
| call git fetch -q origin > NUL |
| -call git rebase -q origin > NUL |
| +call git rebase -q origin/master > NUL |
| goto :EOF |
| :GIT_SVN_UPDATE |