Skip to content

Commit

Permalink
Fix caller
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Nov 12, 2024
1 parent a004ca0 commit c7cecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/keystone/changeset/append_node_capbilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type AppendNodeCapabilitiesRequest = MutateNodeCapabilitiesRequest

// AppendNodeCapabilities adds any new capabilities to the registry, merges the new capabilities with the existing capabilities
// of the node, and updates the nodes in the registry host the union of the new and existing capabilities.
func AppendNodeCapabilities(env deployment.Environment, req AppendNodeCapabilitiesRequest) (deployment.ChangesetOutput, error) {
func AppendNodeCapabilities(env deployment.Environment, req *AppendNodeCapabilitiesRequest) (deployment.ChangesetOutput, error) {
cfg, err := req.convert(env)
if err != nil {
return deployment.ChangesetOutput{}, err
Expand Down

0 comments on commit c7cecd9

Please sign in to comment.