Skip to content

Commit 34fbf14

Browse files
authored
missing d line cloudflare#40
missing `d` line cloudflare#40
1 parent 54e3d13 commit 34fbf14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/cloudflare-one/src/content/tutorials/zsh-env-var.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Start by [downloading and installing](/connections/connect-apps/install-and-setu
3737
Once installed, you can use the `access login` command in `cloudflared` to generate the JWT for a given application.
3838

3939
```sh
40-
$ cloudflare access login https://jira.company.com
40+
$ cloudflared access login https://jira.company.com
4141
```
4242

4343
`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`.
@@ -108,4 +108,4 @@ Now, you can run the following command to login to Cloudflare Access. Instead of
108108

109109
```sh
110110
$ login-jira
111-
```
111+
```

0 commit comments

Comments
 (0)