fix find command

This commit is contained in:
Ray Elliott 2020-05-08 13:10:51 +00:00
parent 26e7c3ec1f
commit ce1d51f2a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ fi
# search and replace
find . -type f -name "**/*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'
find . -type f -name "*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'