Skip to content

Commit 7515d79

Browse files
fix: make schedule configuration optional
1 parent f385f84 commit 7515d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type Config struct {
3838
Postgres PostgresConfig `hcl:"postgres,block"`
3939
Storage storage.Storage `hcl:"storage,block"`
4040
Compress *CompressConfig `hcl:"compress,block"`
41-
Schedule []string `hcl:"schedule"`
41+
Schedule []string `hcl:"schedule,optional"`
4242
RestoreSchedule []RestoreScheduleConfig `hcl:"restore_schedule,block"`
4343
Verbose *bool `hcl:"verbose"`
4444
}

0 commit comments

Comments
 (0)