From 37aaf84be64ac73989e8c13226da6911028a40a4 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 6 Mar 2024 14:25:41 -0500 Subject: [PATCH] doc lint (#432) --- docs/guides/permission-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/permission-modes.md b/docs/guides/permission-modes.md index a75d6b33..57a255ab 100644 --- a/docs/guides/permission-modes.md +++ b/docs/guides/permission-modes.md @@ -41,7 +41,7 @@ zrok access private y6h4at5xvn6o And now `anotheruser@test.com` will be allowed to access the share: ``` -$ HOME=/tmp/zrok zrok access private --headless y6h4at5xvn6o +$ zrok access private --headless y6h4at5xvn6o [ 0.049] INFO main.(*accessPrivateCommand).run: allocated frontend 'VyvrJihAOEHD' [ 0.051] INFO main.(*accessPrivateCommand).run: access the zrok share at the following endpoint: http://127.0.0.1:9191 ```