We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f5300 commit 46707a8Copy full SHA for 46707a8
scripts/check-domains.sh
@@ -18,7 +18,7 @@ if command -v rg >/dev/null 2>&1; then
18
exit 1
19
fi
20
else
21
- if grep -RIn -E "(${pattern})" --exclude-dir=node_modules --exclude-dir=.git --exclude-dir=dist --exclude=DOMAIN-POLICY.md --exclude=scripts/check-domains.sh . ; then
+ if grep -RIn -E "(${pattern})" --exclude-dir=node_modules --exclude-dir=.git --exclude-dir=dist --exclude=DOMAIN-POLICY.md --exclude=check-domains.sh . ; then
22
echo "Banned domains found."
23
24
0 commit comments