composio icon indicating copy to clipboard operation
composio copied to clipboard

fix: use `sed -i.bak` instead of plain `sed`

Open r1jsheth opened this issue 6 months ago • 0 comments

  • 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

r1jsheth avatar Aug 21 '24 06:08 r1jsheth