aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-03-14 10:03:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-14 14:21:49 +0000
commit30a6b81f4b8c08aa3f1fec55935fc736f2684823 (patch)
treea60844369885ff310127cad114940b5b37e9fb50 /site/dev/contrib
parentd3749485db2de966a80e39669a49192fc7c0bd9d (diff)
Documentation: Consistancy
* Don't rely on '#!', since it doesn't work for Windows cmd shell. * Consistantly use `tools/git-sync-deps` rather than `bin/sync`. * Always call `bin/gn` ranther than `gn` in case depot_tools is missing from the path. NOTRY=true Change-Id: I27909f2610d1bb3241874399d7d2f7286f99f43b Reviewed-on: https://skia-review.googlesource.com/9640 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site/dev/contrib')
-rw-r--r--site/dev/contrib/submit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md
index a64fe87fa3..d3ffc9d572 100644
--- a/site/dev/contrib/submit.md
+++ b/site/dev/contrib/submit.md
@@ -32,7 +32,7 @@ If your branch gets out of date, you will need to update it:
<!--?prettify lang=sh?-->
git pull
- python bin/sync
+ python tools/git-sync-deps
Adding a unit test
------------------