From e9bd8610fe17a52f5e09f2ba2b32978de13fe1f7 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 23 Oct 2024 22:19:30 +0200 Subject: [PATCH 1/2] 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, }, { From 886feef65af938a1bf0f6eefb8d8aa6507b2878f Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 23 Oct 2024 22:42:41 +0200 Subject: [PATCH 2/2] 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, }, {