Skip to content

Commit

Permalink
docs: Replace backticks with quotes in ssh policy comments.
Browse files Browse the repository at this point in the history
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 <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Mar 13, 2019
1 parent 7d65f19 commit a0ada13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/ssh-and-sudo-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0ada13

Please sign in to comment.