Skip to content

Commit 7c12360

Browse files
authored
Merge pull request #136 from Icinga/fix-typo
Fix typo in systemd comment
2 parents eeac821 + 38347e0 commit 7c12360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/icinga-kubernetes/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func main() {
9595

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

101101
if !db.Connect() {

0 commit comments

Comments
 (0)