Skip to content

Commit

Permalink
Merge pull request #927 from chapeupreto/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
deleugpn authored May 11, 2021
2 parents a53507b + b82fb0d commit a2827ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/environment/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ However Secrets Manager is not free: [pricing details](https://aws.amazon.com/se
When [developing locally using `vendor/bin/bref local`](/docs/local-development.md), you can set environment variables using bash:

```bash
VAR1=val1 VAR2=val2 vendor/bin/bref local <funtion>
VAR1=val1 VAR2=val2 vendor/bin/bref local <function>
# Or using `export`:
export VAR1=val1
export VAR2=val2
vendor/bin/bref local <funtion>
vendor/bin/bref local <function>
```

## Learn more
Expand Down

0 comments on commit a2827ef

Please sign in to comment.