diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index e90f930a9..e272e4e2f 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -202,7 +202,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int c.logger.Infof("config: %+v", client1.Config()) his := pFile.HistroryAddress() c.logger.Infof("ref: %v, act: %v, pubk: %v, history: %v", fileAddress, act, publisher, his) - size1, hash1, err1 := client3.DownloadActFile(ctx, fileAddress, &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) + size1, hash1, err1 := client1.DownloadActFile(ctx, fileAddress, &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) if err1 != nil { return fmt.Errorf("node %s: %w", nodeName1, err1) }