mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
8ca7052528
commit
805b21555e
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ func (t *postcssTransformation) Transform(ctx *resources.ResourceTransformationC
|
|||
configFile = t.rs.BaseFs.ResolveJSConfigFile(configFile)
|
||||
if configFile == "" && t.options.Config != "" {
|
||||
// Only fail if the user specified config file is not found.
|
||||
return fmt.Errorf("postcss config %q not found:", configFile)
|
||||
return fmt.Errorf("postcss config %q not found:", t.options.Config)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue