Update main.go

fix spelling
This commit is contained in:
Frank Vissing
2018-05-15 14:19:08 +02:00
committed by GitHub
parent 1b5565cbae
commit 989594acbf

View File

@@ -135,7 +135,7 @@ func rebootRequired() bool {
func rebootBlocked() bool {
if forceRebootsentinelExists() {
log.Infof("Force reebot sentinel %v exists, force reeboting activated",forceRebootSentinel)
log.Infof("Force reboot sentinel %v exists, force rebooting activated",forceRebootSentinel)
return false
}
if prometheusURL != "" {