From 6dc6d11b8304ce63da161c0476e01a1e59673113 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Fri, 21 May 2021 00:38:18 +0300 Subject: [PATCH] :tools pass fix path in autoload/pass.el header --- modules/tools/pass/autoload/pass.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/pass/autoload/pass.el b/modules/tools/pass/autoload/pass.el index 2bd2c0123..42ee2f707 100644 --- a/modules/tools/pass/autoload/pass.el +++ b/modules/tools/pass/autoload/pass.el @@ -1,4 +1,4 @@ -;;; tools/pass/autoload.el -*- lexical-binding: t; -*- +;;; tools/pass/autoload/pass.el -*- lexical-binding: t; -*- (defun +pass--open-url (entry) (if-let* ((url (+pass-get-field entry +pass-url-fields)))