password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 0e4a5436ad9751855e0bb8763cbcc5d4e525e2c6
parent 36d392a95f1154e0e203b45baa618f9ba93248a2
Author: Svend Sorensen <svend@ciffer.net>
Date:   Mon,  5 May 2014 11:52:34 -0700

password-length is already a number

Diffstat:
Mcontrib/emacs/password-store.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el @@ -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