Merge branch 'dywedir-patch-1' into develop

* dywedir-patch-1:
  Fix typo
This commit is contained in:
Henrik Lissner 2017-12-26 19:58:29 -05:00
commit b03d0a9416

View file

@ -37,7 +37,7 @@
(and (or (string-match-p "https?://" url) (and (or (string-match-p "https?://" url)
(error "Field for %s doesn't look like an url" item)) (error "Field for %s doesn't look like an url" item))
(browse-url url)) (browse-url url))
(error "Username not found."))) (error "url not found.")))
(defun +pass-ivy-action--get-field (item) (defun +pass-ivy-action--get-field (item)
(let* ((data (+pass--get-entry item)) (let* ((data (+pass--get-entry item))