Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(terraform_docs): Ensure compatibility by using GNU sed
Ensure compatibility of `terraform_docs` hook on MacOS and Linux by using GNU sed. In PR antonbabenko#701, the `terraform_docs` hook uses `sed` for in-file changes. MacOS requires an extension for the `-i` parameter, unlike GNU sed. The solution is to use GNU sed on both MacOS and Linux to ensure consistent behaviour across operating systems.
- Loading branch information