about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/neorg2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg
index 8b10f3ef..af8d990d 100755
--- a/hm/soispha/pkgs/scripts/wrappers/neorg
+++ b/hm/soispha/pkgs/scripts/wrappers/neorg
@@ -144,7 +144,7 @@ PROJECT_open_context_in_browser() {
 # }}}
 # Dmenu {{{
 DMENU_open_context_in_browser() {
-    project="$(echo "%ALL_POJECTS_PIPE" | rofi -sep "|" -dmenu)";
+    project="$(echo "%ALL_PROJECTS_PIPE" | rofi -sep "|" -dmenu)";
     if [ "$project" ]; then
         PROJECT_open_context_in_browser "$current_context";
     else