Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Update bash-complete.sh gpg calls #29

Open
diveshuttam opened this issue Jun 1, 2018 · 1 comment
Open

Update bash-complete.sh gpg calls #29

diveshuttam opened this issue Jun 1, 2018 · 1 comment

Comments

@diveshuttam
Copy link
Contributor

local secret_keys=$(gpg --homedir "$homedir" -K --with-colons | grep "^sec:" | cut -d: -f5)

local keys=$(gpg2 --homedir "$homedir" -k --with-colons | grep "^uid:" | cut -d: -f10 | cut -d"<" -f2 | cut -d">" -f1)

@diveshuttam diveshuttam added the help wanted Extra attention is needed label Jun 2, 2018
@dashohoxha
Copy link
Member

I think we can skip this one.

@dashohoxha dashohoxha added need not fix and removed help wanted Extra attention is needed labels Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants