Skip to content
Snippets Groups Projects
Commit 0e4a5436 authored by Svend Sorensen's avatar Svend Sorensen
Browse files

password-length is already a number

parent 36d392a9
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ Default PASSWORD-LENGTH is `password-store-password-length'."
(unless password-length (setq password-length password-store-password-length))
;; A message with the output of the command is not printed because
;; the output contains the password.
(password-store--run-generate entry (number-to-string password-length) t)
(password-store--run-generate entry password-length t)
nil)
;;;###autoload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment