Index: git-cl |
diff --git a/git-cl b/git-cl |
index 48cc4cdf2ddb8f035efbf01d82a5286616e4b317..5730c3ab8a2524c25cd5635b515adcdfeaa5a4b4 100755 |
--- a/git-cl |
+++ b/git-cl |
@@ -8,6 +8,8 @@ repo="$base_dir/git_cl_repo" |
url="http://git.chromium.org/git/git-cl.git" |
cur_url=$(git config -f "$repo/.git/config" remote.origin.url) |
+"$base_dir"/update_depot_tools |
+ |
if [ -e "$repo" -a "$cur_url" != "$url" ]; then |
# Always override "origin" |
(cd "$repo"; git remote set-url origin $url) |