From 66f57a381d73aaae364e4088a480abc3dfdb78ba Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sat, 7 Apr 2018 18:42:26 +0200 Subject: [PATCH] Fix list of done tasks --- timesheet/timesheet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/timesheet.sh b/timesheet/timesheet.sh index 810d8f3..54b3d92 100755 --- a/timesheet/timesheet.sh +++ b/timesheet/timesheet.sh @@ -72,7 +72,7 @@ function pendinguuids() { } function doneuuids() { - taskuuids +DONE $@ + taskuuids +COMPLETED $@ } function blockeduuids() {