diff --git a/data/reusables/gpg/paste-ssh-public-key.md b/data/reusables/gpg/paste-ssh-public-key.md index 7611251ec02e..e8cf5798e883 100644 --- a/data/reusables/gpg/paste-ssh-public-key.md +++ b/data/reusables/gpg/paste-ssh-public-key.md @@ -1,3 +1,3 @@ 1. To set your SSH signing key in Git, paste the text below, substituting **/PATH/TO/KEY.PUB** with the path to the public key you'd like to use. ```bash - $ git config --global user.signingkey=/PATH/TO/.SSH/KEY.PUB \ No newline at end of file + $ git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB