From a4a9bf571de0880621739228358a5d31e4c14d43 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 15 Jul 2024 11:14:33 +0200 Subject: [PATCH] add Plants task renam cleanup -> closing --- main.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 77959e8..a143d7c 100644 --- a/main.go +++ b/main.go @@ -48,7 +48,7 @@ func GetDefaultTasks() []Task { // IsOptional: true, //}, { - Name: "CleanUp", + Name: "Closing", Description: `(includes cleaning up, tidying up, rearranging chairs, closing or arranging somebody to lock the front and back doors)`, IsOptional: false, }, @@ -67,6 +67,11 @@ func GetDefaultTasks() []Task { Description: `(empty the trash and take care the boxes are not super duper disgusting)`, IsOptional: false, }, + { + Name: "Plants", + Description: `(take care of the plants. they need water, but not too much!)`, + IsOptional: false, + }, } }