You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments