You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure that there was a reason to add that flag to the instruction, so I am not suggesting removing it until we figure out whether it is really redundant.
By creating this issue I want to at least raise awareness for people to check output of their base64 command before they waste many hours debugging publishing.
The text was updated successfully, but these errors were encountered:
Provided command to extract base64 armored gpg key outputs on my machine additional
%
character at the end.gpg --armor --export-secret-keys $LONG_ID | base64 -w0
My system is:
It works as expected when calling
base64
without-w0
.It seems that
-w0
always add%
whenever the input doesn't end with a new line.I'm sure that there was a reason to add that flag to the instruction, so I am not suggesting removing it until we figure out whether it is really redundant.
By creating this issue I want to at least raise awareness for people to check output of their base64 command before they waste many hours debugging publishing.
The text was updated successfully, but these errors were encountered: