Skip to content

Commit

Permalink
fix curl statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Aug 3, 2023
1 parent 9fbd327 commit 5ce0ce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can see what your value is set to by running


```bash
curl "${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}:${ZITI_CTRL_EDGE_ADVERTISED_PORT}"
curl -sk "${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}:${ZITI_CTRL_EDGE_ADVERTISED_PORT}"
```

Example output:
Expand Down

0 comments on commit 5ce0ce5

Please sign in to comment.