[go: nahoru, domu]

Skip to content

Commit

Permalink
fix typo s/vnedoring/vendoring/
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jan 26, 2021
1 parent 10b1c5d commit 491abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vendor_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip --version
# Install vendored dependencies into temp directory
pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}"

# Diff contents of temp directory and bleach/_vendor/ excluding vnedoring
# Diff contents of temp directory and bleach/_vendor/ excluding vendoring
# infrastructure
echo "diffing directory trees..."
diff -r \
Expand Down

0 comments on commit 491abb0

Please sign in to comment.