We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8355d5e commit a26f5cfCopy full SHA for a26f5cf
pkg/networks/config.go
@@ -135,6 +135,7 @@ func loadCache() {
135
cache.err = yaml.UnmarshalWithOptions(b, &cache.config, yaml.Strict())
136
if cache.err != nil {
137
cache.err = fmt.Errorf("cannot parse %q: %w", configFile, cache.err)
138
+ return
139
}
140
cache.config, cache.err = fillDefaults(cache.config)
141
0 commit comments