Skip to content

Commit

Permalink
Fix export command (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey authored Mar 26, 2021
1 parent 8a95d61 commit b5d5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/access/src/content/cli/connecting-from-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Set up a token as an environment variable as follows:
1. Run the following command to export the token to the shell environment:

```sh
$ export TOKEN $(cloudflared access token -app=http://example.com
$ export TOKEN=$(cloudflared access token -app=http://example.com)
```

2. Confirm the token was saved with the following:
Expand Down

0 comments on commit b5d5f4a

Please sign in to comment.