Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Sep 26, 2024
1 parent eeac821 commit f6c502d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/icinga-kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {

// When started by systemd, NOTIFY_SOCKET is set by systemd for Type=notify supervised services, which was the
// default setting for the Icinga for Kubernetes service. Before switching to Type=simple. For Type=notify,
// we to tell systemd, that Icinga for Kubernetes finished starting up.
// we tell systemd, that Icinga for Kubernetes finished starting up.
_ = sdnotify.Ready()

if !db.Connect() {
Expand Down

0 comments on commit f6c502d

Please sign in to comment.