Chromium Code Reviews| Index: update_depot_tools |
| diff --git a/update_depot_tools b/update_depot_tools |
| index 61924d1285a855ccee0f0d5eebef721b5ed312c1..eb3247597815e55953ced1b31371b390d017953e 100755 |
| --- a/update_depot_tools |
| +++ b/update_depot_tools |
| @@ -22,7 +22,7 @@ fi |
| OUTPUT="$(uname | grep 'MINGW')" |
| MINGW=$? |
| -CANONICAL_GIT_URL="https://chromium.googlesource.com/chromium/tools/depot_tools" |
| +CANONICAL_GIT_URL="https://chromium.googlesource.com/chromium/tools/depot_tools.git" |
| SVN="svn" |
| if [ -d "$base_dir/svn_bin" -a $MINGW = 0 ]; then |