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

Do not copy warnings into helm-pass #4

Open
matthew-piziak opened this issue Aug 11, 2019 · 1 comment
Open

Do not copy warnings into helm-pass #4

matthew-piziak opened this issue Aug 11, 2019 · 1 comment

Comments

@matthew-piziak
Copy link

For example, lets say that gpg versions are slightly mismatched:

gpg: WARNING: server 'gpg-agent' is older than us (2.2.13 < 2.2.17)

If you do the following…

~ $ pass generate HelmPassTest
The generated password for HelmPassTest is:
r(pb0,v%S(?kT3@JMaKFuBW#.
~ $ pass HelmPassTest
gpg: WARNING: server 'gpg-agent' is older than us (2.2.13 < 2.2.17)
r(pb0,v%S(?kT3@JMaKFuBW#.

…and then query HelmPassTest with helm-pass, the kill ring will now contain gpg: WARNING: server 'gpg-agent' is older than us (2.2.13 < 2.2.17), not r(pb0,v%S(?kT3@JMaKFuBW#..

@Ambrevar
Copy link
Member

Ambrevar commented Aug 14, 2019 via email

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

No branches or pull requests

2 participants