diff options
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-x | tools/sync_third_party.py | 3 |
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 |