Skip to content

Commit

Permalink
Fix less-than signs in copy-ssh-public-key.md (github#26937)
Browse files Browse the repository at this point in the history
  • Loading branch information
LColman-ANZx authored Jul 21, 2023
1 parent aa3e324 commit 0b4b183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/reusables/gpg/copy-ssh-public-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% mac %}

```shell
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```

Expand All @@ -17,7 +17,7 @@
{% windows %}

```shell
$ clip &lt; ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
$ clip < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
# Copies the contents of the id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub file to your clipboard
```

Expand Down

0 comments on commit 0b4b183

Please sign in to comment.