Skip to content

Commit

Permalink
events -> event
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <hamersaw@protonmail.com>
  • Loading branch information
hamersaw committed Dec 18, 2024
1 parent 56c3771 commit 9ca3acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (e *externalResourcesEventRecorder) process(ctx context.Context, nCtx inter
log.Name = fmt.Sprintf("%s-%d", log.GetName(), index)
}

externalResourceInfo := events.ExternalResourceInfo{
externalResourceInfo := event.ExternalResourceInfo{
ExternalId: externalResourceID,
Index: uint32(index), // #nosec G115
Logs: taskExecutionEvent.GetLogs(),
Expand Down

0 comments on commit 9ca3acf

Please sign in to comment.