emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/greader f3cb6848e6 10/17: More fixes 2.


From: ELPA Syncer
Subject: [elpa] externals/greader f3cb6848e6 10/17: More fixes 2.
Date: Wed, 18 Dec 2024 18:59:11 -0500 (EST)

branch: externals/greader
commit f3cb6848e68410abc71fb91493b1f9ea2805f110
Author: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>
Commit: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>

    More fixes 2.
---
 greader-piper.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/greader-piper.el b/greader-piper.el
index 69df2ff17d..d879708633 100644
--- a/greader-piper.el
+++ b/greader-piper.el
@@ -43,7 +43,7 @@ If the script is nor present neither downloaded, then 
generate an
 Error."
   (if (file-exists-p greader-piper-script-path)
       greader-piper-script-path
-    (let* ((default-directory greader-piper-script-path)
+    (let* ((default-directory (file-name-directory greader-piper-script-path))
           (answer (yes-or-no-p "Do you want to download the script
   \"piper.sh\" from gitlab?")))
       (if answer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]