From a0ada1307d5e51fe283ab2525234b93414f55d2d Mon Sep 17 00:00:00 2001 From: Ashutosh Narkar Date: Wed, 13 Mar 2019 16:41:21 -0700 Subject: [PATCH] docs: Replace backticks with quotes in ssh policy comments. Fixes #1260 The Policy comment had backticks around some words which when pasted in the terminal were incorrectly interpreted as bash commands and file names. Signed-off-by: Ashutosh Narkar --- docs/book/ssh-and-sudo-authorization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/ssh-and-sudo-authorization.md b/docs/book/ssh-and-sudo-authorization.md index 62da2c6431..387d29cdbf 100644 --- a/docs/book/ssh-and-sudo-authorization.md +++ b/docs/book/ssh-and-sudo-authorization.md @@ -159,8 +159,8 @@ allow { # Allow access to any user who contributed to the code running on the host. # -# This rule gets the `host_id` value from the file `/etc/host_identity.json`. -# It is available in the input under `pull_responses` because we +# This rule gets the "host_id" value from the file "/etc/host_identity.json". +# It is available in the input under "pull_responses" because we # asked for it in our pull policy above. # # It then compares all the contributors for that host against the username