composio
composio copied to clipboard
fix: use `sed -i.bak` instead of plain `sed`
-
sed
command is differently implemented in both mac and linux. - mac has BSD utility while linux has GNU utility.
- New approach will work on both
Fixes issue #465