diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index 15ef2a791..aecd0d122 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -201,8 +201,8 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int // download act file 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 := client1.DownloadActFile(ctx, fileAddress, &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) + c.logger.Infof("ref: %v, act: %v, pubk: %v, history: %v", pFile.Address(), act, publisher, his) + size1, hash1, err1 := client1.DownloadActFile(ctx, pFile.Address(), &api.DownloadOptions{Act: &act, ActPublicKey: &publisher, ActHistoryAddress: &his}) if err1 != nil { return fmt.Errorf("node %s: %w", nodeName1, err1) }