Commit d150a170 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: fix delsub

parent fb674de1
...@@ -154,7 +154,7 @@ if [ "$1" = "delsub" ] ; then ...@@ -154,7 +154,7 @@ if [ "$1" = "delsub" ] ; then
SUBTASK="$1" SUBTASK="$1"
shift shift
if isnumber $SUBTASK ; then if isnumber $SUBTASK ; then
NUMTASK="$1" NUMTASK="$SUBTASK"
else else
NUMTASK="$(get_subtask $TASK $SUBTASK)" NUMTASK="$(get_subtask $TASK $SUBTASK)"
info "$SUBTASK -> $NUMTASK" info "$SUBTASK -> $NUMTASK"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment