Skip to content

Commit

Permalink
feat(act): patchactgrantees: file.address, file.historyaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 29, 2024
1 parent fb2bcff commit 10d0f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
]
}`)))

pErr := upClient.PatchActGrantees(ctx, &pFile, gFile.Address(), file.HistroryAddress(), batchID)
pErr := upClient.PatchActGrantees(ctx, &pFile, file.Address(), file.HistroryAddress(), batchID)
if pErr != nil {
return fmt.Errorf("node %s: PatchActGrantees: %w", upNodeName, pErr)
}
Expand Down

0 comments on commit 10d0f3d

Please sign in to comment.