Skip to content

Commit

Permalink
Update tools/data-api-differ/internal/differ/differ.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Bamford <[email protected]>
  • Loading branch information
tombuildsstuff and manicminer authored Jun 25, 2024
1 parent 46d6889 commit ba73c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data-api-differ/internal/differ/differ.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func performDiff(initial, updated v1.LoadAllDataResult, includeNestedChangesWhen
log.Logger.Trace("Detecting changes to the Services..")
serviceChanges, err := diff.changesForServices(initial.Services, updated.Services, includeNestedChangesWhenNew)
if err != nil {
return nil, fmt.Errorf("determining changes for the Resource Manager: %+v", err)
return nil, fmt.Errorf("determining changes for the Services: %+v", err)
}
output = append(output, *serviceChanges...)

Expand Down

0 comments on commit ba73c2e

Please sign in to comment.