Skip to content

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Oct 25, 2023
1 parent a56ea61 commit 3d68cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/ebs/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (w *EBSWatcher) HandleResourceAttachment(ebs *apiebs.ResourceAttachment) {

// HandleResourceAttachment processes the resource attachment message. It will:
// 1. Check whether we already have this attachment in state and if so it's a noop.
// 3. Otherwise add the attachment to state, start its ack timer, and save to the agent state.
// 2. Otherwise add the attachment to state, start its ack timer, and save to the agent state.
func (w *EBSWatcher) HandleEBSResourceAttachment(ebs *apiebs.ResourceAttachment) error {
attachmentType := ebs.GetAttachmentType()
if attachmentType != apiebs.EBSTaskAttach {
Expand Down

0 comments on commit 3d68cad

Please sign in to comment.