openziti / ziti-doc

Documentation describing the usage of the Ziti platform.
https://openziti.io
Apache License 2.0
34 stars 41 forks source link

Quick Fix - extra accent character in quickstart doc #95

Closed gberl002 closed 2 years ago

gberl002 commented 2 years ago

There is an extra character in a sample command that will cause the command to not work if it is copied along with the command.

In Quickstart Local there is a command referenced as follows `"${ZITI_BIN_DIR-}/ziti" edge list edge-routers

Just need that extra accent removed from the beginning of the command. I know, it probably took longer to create this issue but it's a good way for someone to get their name in on a code fix on an open source project.

grlcodr commented 2 years ago

Could I pick this one up? First time contributing to open source 😄

dovholuknf commented 2 years ago

Sure you can. We appreciate any and all contributions. Toss a PR up. 😃

gberl002 commented 2 years ago

Fixed by @grlcodr in PR https://github.com/openziti/ziti-doc/pull/99