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 5e764d3 commit 0209d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replacer.go
Expand Up @@ -314,7 +314,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 0209d24

Please sign in to comment.