mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix typo
This commit is contained in:
committed by
GitHub
parent
3d323e6ecf
commit
86934fe1a4
@ -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))
|
||||||
|
Reference in New Issue
Block a user