summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rw-r--r--deps/deps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps.go b/deps/deps.go
index 9a502b589..733de03b3 100644
--- a/deps/deps.go
+++ b/deps/deps.go
@@ -145,7 +145,7 @@ func New(cfg DepsCfg) (*Deps, error) {
d := &Deps{
Fs: fs,
Log: logger,
- DistinctErrorLog: distinctErrorLogger,
+ DistinctErrorLog: distinctErrorLogger,
templateProvider: cfg.TemplateProvider,
translationProvider: cfg.TranslationProvider,
WithTemplate: cfg.WithTemplate,