Skip to content

Commit

Permalink
Fix mixed up default
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTheFij committed Jul 3, 2023
1 parent cd7e48d commit 062c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (di *Diun) createJob(job model.Job) {
// Set defaults
if err := mergo.Merge(&job.Image, model.Image{
Platform: model.ImagePlatform{},
WatchRepo: utl.NewTrue(),
WatchRepo: utl.NewFalse(),
MaxTags: 0,
}); err != nil {
sublog.Error().Err(err).Msg("Cannot set default values")
Expand Down

0 comments on commit 062c034

Please sign in to comment.