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