From 7e643ae15651eeb9fc6aa531d798a40a692c3f1d Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Wed, 25 Oct 2023 15:31:16 +0200
Subject: fix(hm/pkgs/scr/neorg): Use path to file, to circumvent escaping

---
 hm/soispha/pkgs/scripts/wrappers/neorg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hm/soispha/pkgs/scripts')

diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg
index f4e46e4f..f60fea95 100755
--- a/hm/soispha/pkgs/scripts/wrappers/neorg
+++ b/hm/soispha/pkgs/scripts/wrappers/neorg
@@ -42,7 +42,7 @@ COMMANDS:
     add
                             Allows you to quickly add projects
 ARGUMENTS:
-    ID | *([0-9]) := %ID_GENERATION_FUNCTION
+    ID | *([0-9]) := $(cat %ID_GENERATION_FUNCTION)
                             The function displays all possible IDs of the eligable tasks.
 
     WS := %ALL_WORKSPACES
-- 
cgit 1.4.1