Procházet zdrojové kódy

Fix plugin file name (#1837)

Carl Brugger před 6 měsíci
rodič
revize
f54e900716
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/web/src/content/docs/docs/plugins.mdx

+ 1 - 1
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: {