Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix instructions: make curl processing redirects (#32)
By default, curl does not follow HTTP redirects, so if there are any, the key will not be added correctly. This change fixes it.
- Loading branch information
30a7eca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just ran into this problem and wanted to report it. Therefore +1 from my side to fix the documentation asap.