Skip to content

Commit

Permalink
use value from source
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Feb 3, 2024
1 parent 5e5a57a commit 3b21ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sources/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (s *Source) Init(aCtx context.Context, name string, jobId sources.JobID, so
},
}
},
UseCustomContentWriter: true,
UseCustomContentWriter: s.useCustomContentWriter,
}
s.git = NewGit(cfg)
return nil
Expand Down

0 comments on commit 3b21ea3

Please sign in to comment.