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