From e072b8077eb81bfcd675b14fcb291737f6693492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Mon, 29 Jul 2024 14:59:31 +0200 Subject: [PATCH] feat(act): grantee history --- pkg/check/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index a33f1d614..c4a11a18d 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -199,7 +199,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int c.logger.Info("ACT grantees listed after patch") */ // download act file - his := pFile.HistroryAddress() + his := gFile.HistroryAddress() c.logger.Infof("ref: %v, act: %v, pubk: %v, history: %v", fileAddress, act, publisher, his) size1, hash1, err1 := client1.DownloadActFile(ctx, fileAddress, &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) if err1 != nil {