aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtodo16
1 files changed, 8 insertions, 8 deletions
diff --git a/todo b/todo
index 5cf79d1..f28dd8c 100755
--- a/todo
+++ b/todo
@@ -46,16 +46,16 @@ function todo_list {
task list 2> /dev/null
echo ""
fi
- fi
- # Taskwarrior data from projects
- if [ ! -z "$status" ]; then
- taskstatus="+$status"
- SILENT="true"
- fi
+ # Taskwarrior data from projects
+ if [ ! -z "$status" ]; then
+ taskstatus="+$status"
+ SILENT="true"
+ fi
- SILENT=$SILENT tasks $taskstatus list
- echo ""
+ SILENT=$SILENT tasks $taskstatus list
+ echo ""
+ fi
# User's Timewarrior
if which timew &> /dev/null; then