Skip to content

Commit

Permalink
Fix vendor update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Konat committed Sep 29, 2023
1 parent bb1f92c commit 197e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/acs/session/payload_responder.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (pmHandler *payloadMessageHandler) addPayloadTasks(payload *ecsacs.PayloadM

// Add ENI information to the task struct.
for _, acsENI := range task.ElasticNetworkInterfaces {
eni, err := ni.ENIFromACS(acsENI)
eni, err := ni.InterfaceFromACS(acsENI)
if err != nil {
pmHandler.handleInvalidTask(task, err, payload)
allTasksOK = false
Expand Down

0 comments on commit 197e290

Please sign in to comment.