diff options
author | Svend Sorensen <svend@svends.net> | 2018-10-31 07:38:13 -0700 |
---|---|---|
committer | Svend Sorensen <svend@svends.net> | 2018-10-31 07:40:43 -0700 |
commit | d29a389a40524c684595f51bb937f66958bc14ea (patch) | |
tree | e037de91ebc24d7783a0501d8cd9ee09777ff6d3 /contrib/emacs/CHANGELOG.md | |
parent | 5ef311735c74320483248da2ea68c38eb84ae768 (diff) | |
download | pass-d29a389a40524c684595f51bb937f66958bc14ea.tar.gz pass-d29a389a40524c684595f51bb937f66958bc14ea.tar.bz2 pass-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 '')
-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 |