Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: update_depot_tools

Issue 11778024: Add prompt for updating remote URL to git-on-borg. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: nits scratched Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | update_depot_tools.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698