mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
Fix plugin file name (#1837)
This commit is contained in:
parent
7e8b5749fa
commit
f54e900716
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue