Skip to content

Commit

Permalink
missing d line #40 (#2468)
Browse files Browse the repository at this point in the history
missing `d` line #40
  • Loading branch information
avattuonecf authored Oct 7, 2021
1 parent 54e3d13 commit dc9622f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions products/cloudflare-one/src/content/tutorials/zsh-env-var.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Start by [downloading and installing](/connections/connect-apps/install-and-setu
Once installed, you can use the `access login` command in `cloudflared` to generate the JWT for a given application.

```sh
$ cloudflare access login https://jira.company.com
$ cloudflared access login https://jira.company.com
```

`cloudflared` will print a URL that you can visit in a browser to authenticate to Cloudflare Access. If you are using a headless system, you can visit the URL in a different machine with a browser and the login will still return the JWT to `cloudflared`.
Expand Down Expand Up @@ -108,4 +108,4 @@ Now, you can run the following command to login to Cloudflare Access. Instead of

```sh
$ login-jira
```
```

0 comments on commit dc9622f

Please sign in to comment.