Merge branch 'dywedir-patch-1' into develop
* dywedir-patch-1: Fix typo
This commit is contained in:
commit
b03d0a9416
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue