Skip to content

Commit

Permalink
Add collection to result array
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Feb 4, 2024
1 parent 5872e12 commit b40be47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func run(stepName string, signer cryptoutil.Signer, exportAtt []string, opts []R
if err != nil {
return result, fmt.Errorf("failed to sign collection: %w", err)
}
result = append(result, collectionResult)

return result, nil
}
Expand Down

0 comments on commit b40be47

Please sign in to comment.