Skip to content
Snippets Groups Projects
Select Git revision
  • c16e7a3b755e849fc91bea1aefd0d549a47882e5
  • master default
2 results

salt-formula

user avatar
Imran Iqbal authored
Use the following command:

```
$ GREP_SED="^\(\s\+master_type: \)true" \
  && grep -rl "${GREP_SED}" test/integration/ \
  | xargs sed -i -e "/${GREP_SED}/s//\1str/"
```
c16e7a3b
History
Name Last commit Last update