diff --git a/domain-replacer/replace.sh b/domain-replacer/replace.sh index f5be1ea7..b43e81c1 100644 --- a/domain-replacer/replace.sh +++ b/domain-replacer/replace.sh @@ -3,7 +3,7 @@ set -e echo "Scanning for files to update..." -find . -type f ! -name "go.sum" ! -path "./.github/workflows/*" | while read -r file; do +find . -type f ! -name "go.sum" ! -path "./domain-replacer/*" ! -path "./.github/workflows/*" | while read -r file; do echo "Checking $file" if grep -q 'github.com/dell/' "$file"; then echo "Updating $file"