diff options
| -rw-r--r-- | packages/web/src/content/docs/docs/plugins.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/plugins.mdx b/packages/web/src/content/docs/docs/plugins.mdx index 910ee4cdc..08c697a62 100644 --- a/packages/web/src/content/docs/docs/plugins.mdx +++ b/packages/web/src/content/docs/docs/plugins.mdx @@ -90,7 +90,7 @@ We are using `osascript` to run AppleScript on macOS. Here we are using it to se Prevent opencode from reading `.env` files: -```javascript title=".opencode/plugin/slack.js" +```javascript title=".opencode/plugin/env-protection.js" export const EnvProtection = async ({ client, $ }) => { return { tool: { |
