From e9bd8610fe17a52f5e09f2ba2b32978de13fe1f7 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 23 Oct 2024 22:19:30 +0200 Subject: [PATCH] fix task::Trash description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a143d7c..ee67882 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 duper disgusting)`, + Description: `(empty the trash and take care the boxes are not super ultra disgusting)`, IsOptional: false, }, {