From 8f976d188e74745d778f1056f104a202d4eed973 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 28 Dec 2023 19:38:31 +0100 Subject: fix(hm/pkgs/src/neorg/fstart): Fix typo in task filter --- hm/soispha/pkgs/scripts/wrappers/neorg/neorg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg index 3193ab0a..3fdef9a1 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg @@ -222,11 +222,11 @@ ADD_open_taskwarrior_project_file() { fi } # }}} -# {{{ +# fStart {{{ FSTART_start_new_task() { task_id="$1"; - # we provided that only one task may be active - active="$(task +ACITVE _ids)"; + # we ensured that only one task may be active + active="$(task +ACTIVE _ids)"; [ "$active" ] && task stop "$active"; task start "$task_id" } -- cgit 1.4.1