diff options
author | 2018-10-31 07:38:13 -0700 | |
---|---|---|
committer | 2018-10-31 07:40:43 -0700 | |
commit | d29a389a40524c684595f51bb937f66958bc14ea (patch) | |
tree | e037de91ebc24d7783a0501d8cd9ee09777ff6d3 /contrib/emacs/CHANGELOG.md | |
parent | bash-completion: detect whether to use gpg/gpg2 binary for complete keys (diff) | |
download | password-store-d29a389a40524c684595f51bb937f66958bc14ea.tar.xz password-store-d29a389a40524c684595f51bb937f66958bc14ea.zip |
emacs: Fix typo in password-store-url function doc string
"http://" was repeated, fix the second instance to read "https://".
Diffstat (limited to 'contrib/emacs/CHANGELOG.md')
-rw-r--r-- | contrib/emacs/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md index feb62c9..f66a355 100644 --- a/contrib/emacs/CHANGELOG.md +++ b/contrib/emacs/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.2 + +* (bugfix) Fix typo in password-store-url function doc string + # 1.0.1 * (bugfix) Quote shell arguments in async call |