Explorar o código

Fix Bitwarden command argument forwarding

bodicsek hai 1 semana
pai
achega
f4543b5a67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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