Skip to content

Commit

Permalink
Update replacer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
  • Loading branch information
francislavoie and mholt committed Mar 27, 2023
1 parent 950024d commit 72f3171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replacer.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func globalDefaultReplacements(key string) (any, bool) {
wd, _ := os.Getwd()
Log().Error("placeholder: failed to read file",
zap.String("file", filename),
zap.String("wd", wd),
zap.String("working_dir", wd),
zap.Error(err))
return nil, true
}
Expand Down

0 comments on commit 72f3171

Please sign in to comment.