summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-03 16:07:48 +0200
committerThanos Apollo <[email protected]>2024-02-03 16:07:48 +0200
commit83250d05d5a68f01db7754495617467386918464 (patch)
tree31fe1a7c5853035c1413ba6b697d1ee2b63b2738
parent41e7061517ebd212b648a1a1e558ee5a23f2e95a (diff)
gnosis-dev: Fix directory name
-rw-r--r--gnosis-dev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-dev.el b/gnosis-dev.el
index d93dc87..854cb50 100644
--- a/gnosis-dev.el
+++ b/gnosis-dev.el
@@ -110,7 +110,7 @@ by the thoracodorsal nerve."
If ask nil, leave development env"
(interactive)
(let ((ask (y-or-n-p "Start development env (n for exit)?"))
- (testing-dir (concat gnosis-dir "testing")))
+ (testing-dir (expand-file-name gnosis-dir "testing")))
(if ask
(progn
(unless (file-exists-p testing-dir)