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

Unified Diff: tools/sync_google3.sh

Issue 1284093003: Reland of Fix a few bugs in the google3 sync scripts. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 4 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 | « tools/git_clone_to_google3.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sync_google3.sh
diff --git a/tools/sync_google3.sh b/tools/sync_google3.sh
index 50ad61c4a63dd7cd3463dfcf5622dadf2e53e7a2..57d6ac9f37f7d40a8924da0c8445a4dab1e40833 100755
--- a/tools/sync_google3.sh
+++ b/tools/sync_google3.sh
@@ -25,7 +25,7 @@
GOOGLE3="/google/src/cloud/${USER}/${CLIENT_NAME}/google3"
fi
cd "${GOOGLE3}/third_party/skia/HEAD"
-${MY_DIR}/git_clone_to_google3.sh --skia-rev "${LKGR}"
+${MY_DIR}/git_clone_to_google3.sh --skia_rev "${LKGR}"
# Update README.google.
sed --in-place "s/^Version: .*/Version: ${LKGR}/" README.google
« no previous file with comments | « tools/git_clone_to_google3.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698