Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 8, 2024
1 parent f145f58 commit 05070d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ KEY2=value2
### use a custom .env file location

```bash
envset --file /path/to/.env KEY1=value1
envset --file .env.test KEY1=value1
```

```bash
# /path/to/.env file contents after running the command:
# .env.test file contents after running the command:
KEY1=value1
```

Expand Down

0 comments on commit 05070d0

Please sign in to comment.