diff --git a/internal/configuration/template.go b/internal/configuration/template.go index f9b661107..51511a05e 100644 --- a/internal/configuration/template.go +++ b/internal/configuration/template.go @@ -1,7 +1,7 @@ package configuration import ( - _ "embed" + _ "embed" // Embed config.template.yml. "fmt" "io/ioutil" "os"