1
0
Fork 0
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:
nishiki 2014-12-29 13:59:17 +01:00
parent 1c4e54582f
commit 3d93671890

View file

@ -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