Correct filter to get task ID
This commit is contained in:
parent
951faedbb4
commit
a87a024dd5
|
@ -14,7 +14,7 @@ TASKWARRIOR_PATH="${HOME}/.task"
|
||||||
# Current task path
|
# Current task path
|
||||||
TASK_NAME="${1}"
|
TASK_NAME="${1}"
|
||||||
TASK_PATH="${TASKWARRIOR_PATH}/.current.task"
|
TASK_PATH="${TASKWARRIOR_PATH}/.current.task"
|
||||||
TASK_ID=$(task description.is:"${TASK_NAME}" ids)
|
TASK_ID=$(task "/${TASK_NAME}/" ids)
|
||||||
|
|
||||||
# --------- Dependancies ----------
|
# --------- Dependancies ----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue