Skip to content

Commit 491abb0

Browse files
author
Greg Guthe
committed
fix typo s/vnedoring/vendoring/
1 parent 10b1c5d commit 491abb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vendor_verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip --version
1818
# Install vendored dependencies into temp directory
1919
pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}"
2020

21-
# Diff contents of temp directory and bleach/_vendor/ excluding vnedoring
21+
# Diff contents of temp directory and bleach/_vendor/ excluding vendoring
2222
# infrastructure
2323
echo "diffing directory trees..."
2424
diff -r \

0 commit comments

Comments
 (0)