From 6c23919f6f673a35fea77f8de23f409231a4344b Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Fri, 17 Nov 2023 17:06:02 +0100 Subject: [PATCH] Fix typo, removing mapped from unmapped changes --- cmd/getchange.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/getchange.go b/cmd/getchange.go index 1d373ca3..f1bdf87d 100644 --- a/cmd/getchange.go +++ b/cmd/getchange.go @@ -260,7 +260,7 @@ func GetChange(ctx context.Context, ready chan bool) int { typ = item.Before.Type title = item.Before.UniqueAttributeValue() } - data.UnmappedChanges = append(data.ExpectedChanges, TemplateItem{ + data.UnmappedChanges = append(data.UnmappedChanges, TemplateItem{ StatusAlt: status[item.Status].StatusAlt, StatusIcon: status[item.Status].StatusIcon, Type: typ,