From 578a436d7353387836ea93593108f60cf620f967 Mon Sep 17 00:00:00 2001 From: miampf Date: Wed, 3 Apr 2024 14:28:54 +0200 Subject: [PATCH] tidy --- cli/internal/cmd/upgradecheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/cmd/upgradecheck.go b/cli/internal/cmd/upgradecheck.go index 70e4702ed2..a782ebef22 100644 --- a/cli/internal/cmd/upgradecheck.go +++ b/cli/internal/cmd/upgradecheck.go @@ -365,7 +365,7 @@ func (v *versionCollector) newMeasurements(ctx context.Context, csp cloudprovide upgrades[shortPath] = measurements v.log.Debug("Compatible image measurement found", shortPath, measurements.String()) } - + return upgrades, nil }