mirror of
https://github.com/kubereboot/kured.git
synced 2026-02-14 17:39:49 +00:00
Update main.go
fix spelling
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user