From b217b34ba93514e235145fdc9543a50b61ef16c2 Mon Sep 17 00:00:00 2001 From: Jonas Kattendick Date: Tue, 14 Nov 2023 17:18:00 +0100 Subject: [PATCH] fix: variable name typo --- agenda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agenda b/agenda index 9a27a44..b4ad919 100644 --- a/agenda +++ b/agenda @@ -247,7 +247,7 @@ __list() { return 1 fi - local date_cmd until_cmd + local date_cmp until_cmp date_cmp="${date%%-*}${date#*-}" date_cmp="${date_cmp%%-*}${date_cmp#*-}" until_cmp="${until%%-*}${until#*-}"