Skip to content

Commit 89d021b

Browse files
authored
docs: update override example (#95)
1 parent fffba71 commit 89d021b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You can add the `--debug` flag to output the `.env` files that would be processe
142142
Override any environment variables that have already been set on your machine with values from your .env file.
143143

144144
```bash
145-
dotenv -c test -o -- jest
145+
dotenv -e .env.test -o -- jest
146146
```
147147

148148
## License

0 commit comments

Comments
 (0)