diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index 8fbea3d0f..3571921f8 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -196,7 +196,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.Address() + his := pFile.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 {