Skip to content

Commit

Permalink
chore: Typo Fix (#30236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensenbox authored Oct 21, 2024
1 parent dc3f489 commit 21c586a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (c *collector) stream(ctx context.Context) {

err = c.dockerUtil.UnsubscribeFromContainerEvents("DockerCollector")
if err != nil {
log.Warnf("error unsubscribbing from container events: %s", err)
log.Warnf("error unsubscribing from container events: %s", err)
}

err = health.Deregister()
Expand Down

0 comments on commit 21c586a

Please sign in to comment.