Fix qubes-pass to be compatible with pass interface that is new in

qubes-pass.
This commit is contained in:
Rudd-O 2019-07-10 04:06:36 +00:00
parent 48c776440e
commit b74c21d028

View File

@ -27,8 +27,6 @@ class LookupModule(LookupBase):
cmd += ['get-or-generate']
if no_symbols:
cmd += ["-n"]
else:
cmd += ['get']
cmd += ['--', args[0]]
display.vvvv(u"Password lookup using command %s" % cmd)