Ver código fonte

Fix Bitwarden command argument forwarding

bodicsek 1 semana atrás
pai
commit
f4543b5a67
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bitwarden.el

+ 1 - 1
bitwarden.el

@@ -331,7 +331,7 @@ an error tuple, indistinguishable downstream from an empty search result.
 
 Returns a tuple of the error code and the error message or password if
 successful; never nil."
-  (let* ((res (bitwarden-runcmd cmd)))
+  (let* ((res (apply #'bitwarden-runcmd cmd)))
     (cond
      ((string-match bitwarden--err-locked res)
       (cond