parent
2ce7914b7a
commit
e357283789
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ if [ "${FROM}" = "${TO}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# Only peform action if $FROM and $TO are different.
|
||||
# Only perform action if $FROM and $TO are different.
|
||||
echo "Replacing all statically built instances of $FROM with this string $TO ."
|
||||
|
||||
grep -R -la "${FROM}" apps/app/.next | xargs -I{} sed -i "s|$FROM|$TO|g" "{}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue