From 886feef65af938a1bf0f6eefb8d8aa6507b2878f Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 23 Oct 2024 22:42:41 +0200 Subject: [PATCH] fix task::Trash descr again --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ee67882..1750a53 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ func GetDefaultTasks() []Task { }, { Name: "Trash", - Description: `(empty the trash and take care the boxes are not super ultra disgusting)`, + Description: `(empty the trash and take care the boxes are not ultra disgusting)`, IsOptional: false, }, {