mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
commands,config: Fix typo in log and error messages
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
ed7e250068
commit
b8526f32fa
@@ -157,7 +157,7 @@ func LoadConfigFromDir(sourceFs afero.Fs, configDir, environment string) (Provid
|
||||
if err != nil {
|
||||
// This will be used in error reporting, use the most specific value.
|
||||
dirnames = []string{path}
|
||||
return fmt.Errorf("failed to unmarshl config for path %q: %w", path, err)
|
||||
return fmt.Errorf("failed to unmarshal config for path %q: %w", path, err)
|
||||
}
|
||||
|
||||
var keyPath []string
|
||||
|
Reference in New Issue
Block a user