Fix typo
This commit is contained in:
parent
3d323e6ecf
commit
86934fe1a4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
(and (or (string-match-p "https?://" url)
|
||||
(error "Field for %s doesn't look like an url" item))
|
||||
(browse-url url))
|
||||
(error "Username not found.")))
|
||||
(error "url not found.")))
|
||||
|
||||
(defun +pass-ivy-action--get-field (item)
|
||||
(let* ((data (+pass--get-entry item))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue