Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: extract keystore's password in independent step #196

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

MegaRedHand
Copy link
Collaborator

@MegaRedHand MegaRedHand commented Jan 22, 2025

Fixes: #195

This PR fixes the invalid character '\n' in string literal error that sometimes happened in our CI. The error was caused by egnkey generate printing a "Private key Ignore" message whenever a generated key wasn't 32 bytes long. Since we generated the key and printed the password in the same step, the output of the first command got stored along with the second one.

@MegaRedHand MegaRedHand self-assigned this Jan 22, 2025
@pablodeymo pablodeymo merged commit 6673f4c into main Jan 22, 2025
12 checks passed
@pablodeymo pablodeymo deleted the fix-invalid-character-error branch January 22, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Caused by: invalid character '\n' in string literal
2 participants