mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-12-25 19:24:51 +01:00
```
$ GREP_SED="\(pkgrepo: deb http\):" \
&& grep -rl "${GREP_SED}" test/integration/v* \
| xargs sed -i -e "/${GREP_SED}/s//\1s:/"
```