summaryrefslogtreecommitdiff
path: root/tools/sync_third_party.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-xtools/sync_third_party.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py
index 5fe78c407..4205c4883 100755
--- a/tools/sync_third_party.py
+++ b/tools/sync_third_party.py
@@ -3,7 +3,8 @@
# Run this script if you are changing Deno's dependencies.
# To update the deno_third_party git repo after running this, try the following:
# cd third_party
-# find . -type f | grep -v "\.git" | xargs -I% git add -f --no-warn-embedded-repo "%"
+# find . -type f | grep -v "\.git" | \
+# xargs -I% git add -f --no-warn-embedded-repo "%"
import third_party
import util