Skip to content

Commit d5e1c63

Browse files
committed
also fix secrets guide
1 parent c320a9f commit d5e1c63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/app/docs/guides/secrets.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ For environment variables that you want to keep out of your `devbox.json` file,
2828
{
2929
"packages": {},
3030
"shell": {},
31-
"env_from": [
32-
"path/to/.env"
33-
]
31+
"env_from": "path/to/.env"
3432
}
3533
```
3634

0 commit comments

Comments
 (0)