Chromium Code Reviews| Index: deps2git/deps2git.py |
| =================================================================== |
| --- deps2git/deps2git.py (revision 167715) |
| +++ deps2git/deps2git.py (working copy) |
| @@ -46,7 +46,7 @@ |
| if not os.path.exists(git_repo_path): |
| git_tools.Clone(git_url, git_repo_path, mirror) |
| else: |
| - git_tools.Fetch(git_repo_path, mirror) |
| + git_tools.Fetch(git_repo_path, git_url, mirror) |
| return git_tools.Search(git_repo_path, svn_rev, mirror) |