We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b1c5d commit 491abb0Copy full SHA for 491abb0
scripts/vendor_verify.sh
@@ -18,7 +18,7 @@ pip --version
18
# Install vendored dependencies into temp directory
19
pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}"
20
21
-# Diff contents of temp directory and bleach/_vendor/ excluding vnedoring
+# Diff contents of temp directory and bleach/_vendor/ excluding vendoring
22
# infrastructure
23
echo "diffing directory trees..."
24
diff -r \
0 commit comments