Skip to content

Commit

Permalink
Update using-environment-variables.md
Browse files Browse the repository at this point in the history
Just fixing a code snippet in the docs. :)
  • Loading branch information
stefanjudis authored Nov 21, 2023
1 parent 051c396 commit 2d9d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/cli/using-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ npx checkly env pull .env.prod
Reference that file in your `test` command.

```bash
`npx checkly test --env-file="./.env.prod"`
npx checkly test --env-file="./.env.prod"
```


Expand Down

0 comments on commit 2d9d03a

Please sign in to comment.