Index: git-cl |
=================================================================== |
--- git-cl (revision 62013) |
+++ git-cl (working copy) |
@@ -5,7 +5,7 @@ |
base_dir=$(dirname "$0") |
repo="$base_dir/git_cl_repo" |
-url="http://src.chromium.org/git/git-cl.git" |
+url="http://git.chromium.org/git/git-cl.git" |
cur_url=$(git config -f "$repo/.git/config" remote.origin.url) |
if [ -e "$repo" -a "$cur_url" != "$url" ]; then |