From a37dd4d332506f60179c8f821626ba1c1abcd754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 16 Jun 2026 18:11:14 +0200 Subject: [PATCH] Fix lint issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/proboctl/commonthirdparty/list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/proboctl/commonthirdparty/list.go b/pkg/proboctl/commonthirdparty/list.go index f7da34818..3e1018419 100644 --- a/pkg/proboctl/commonthirdparty/list.go +++ b/pkg/proboctl/commonthirdparty/list.go @@ -150,6 +150,7 @@ func newCmdList(f *cmdutil.Factory) *cobra.Command { } table := clicmdutil.NewTable("ID", "NAME", "SLUG", "CATEGORY", "STATE", "STATUS", "LAST ATTEMPT", "UPDATED") + for _, p := range parties { lastAttempt := "" if p.LastEnrichmentAttemptAt != nil {