This commit is contained in:
JJ Jordan
2019-04-04 01:06:03 -07:00
parent 334437cdc0
commit 972ef4240b
-1
View File
@@ -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)