Skip to content

Commit

Permalink
merging timetable was giving issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Sep 14, 2023
1 parent 47f4c19 commit 910bb3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machinery/src/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ func OpenConfig(configDirectory string, configuration *models.Configuration) {
conjungo.Merge(&s3, configuration.CustomConfig.S3, opts)
configuration.Config.S3 = &s3

// Merge timetable manually because it's an array
configuration.Config.Timetable = configuration.CustomConfig.Timetable

// Cleanup
opts = nil

Expand Down

0 comments on commit 910bb3c

Please sign in to comment.