master_type: str
Use the following command: ``` $ GREP_SED="^\(\s\+master_type: \)true" \ && grep -rl "${GREP_SED}" test/integration/ \ | xargs sed -i -e "/${GREP_SED}/s//\1str/" ```
* Automated using https://github.com/myii/ssf-formula/pull/327