mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
Comment
This commit is contained in:
@@ -333,7 +333,6 @@ func root(cmd *cobra.Command, args []string) {
|
||||
log.Fatal("KURED_NODE_ID environment variable required")
|
||||
}
|
||||
|
||||
// Make sure location is loadable (to prevent errors down the line)
|
||||
window, err := timewindow.New(rebootDays, rebootStart, rebootEnd, timezone)
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to build time window: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user