-
Notifications
You must be signed in to change notification settings - Fork 63k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What changes are you suggesting?
In the link above, there is a section for the Linux platform claiming you should run the following command to add GPG_TTY
to our .bashrc
file.
[ -f ~/.bashrc ] && echo -e '\nexport GPG_TTY=\$(tty)' >> ~/.bashrc
This adds an extra backslash which is unnecessary and needs to be removed for it to work.
When running the script above, the result in the .bashrc
file is as follows :
export GPG_TTY=\$(tty)
Additional information
I've tried reproducing it both on WSL2 and Git Bash and the results are the same.
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team