mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-27 07:33:05 +00:00
fix minor bug
This commit is contained in:
parent
1c4e54582f
commit
3d93671890
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ module MPW
|
|||
# @rtrn: true if the key exist, else false
|
||||
def check_gpg_key?
|
||||
ctx = GPGME::Ctx.new
|
||||
ctx.each_key(key, true) do
|
||||
ctx.each_key(@key, true) do
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue