Browse Source

Fix Bitwarden command argument forwarding

bodicsek 1 week ago
parent
commit
f4543b5a67
1 changed files with 1 additions and 1 deletions
  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