Skip to content

Commit 50281fe

Browse files
authored
[Elastic Agent] fix a typo in the ACK message. (#18396) (#18451)
Small typo in the ACK message Fixes: #18145 (cherry picked from commit 5b1927e)
1 parent 33dee93 commit 50281fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/elastic-agent/pkg/agent/application/fleet_acker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func constructEvent(action fleetapi.Action, agentID string) fleetapi.AckEvent {
8989
Timestamp: time.Now().Format(fleetTimeFormat),
9090
ActionID: action.ID(),
9191
AgentID: agentID,
92-
Message: fmt.Sprintf("Action '%s' ot type '%s' acknowledged.", action.ID(), action.Type()),
92+
Message: fmt.Sprintf("Action '%s' of type '%s' acknowledged.", action.ID(), action.Type()),
9393
}
9494
}
9595

0 commit comments

Comments
 (0)