summaryrefslogtreecommitdiffstats
path: root/config/configLoader.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/configLoader.go')
-rw-r--r--config/configLoader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/configLoader.go b/config/configLoader.go
index 6e520b9cc..656ef7f7e 100644
--- a/config/configLoader.go
+++ b/config/configLoader.go
@@ -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