chore: update darvaza.org/core to v0.10.0

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-10-23 20:50:41 +00:00
parent 76b40e63c7
commit 99ae34e98c
6 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func (cfg *Config) LoadZones(resolve bool) (*cluster.Cluster, error) {
return zones, nil
case !os.IsNotExist(err) || cfg.ConfigFile != DefaultConfigFile:
// file was bad
return nil, core.Wrapf(err, "NewFromConfig(%q)", cfg.ConfigFile)
return nil, core.Wrap(err, "NewFromConfig(%q)", cfg.ConfigFile)
}
// default file doesn't exist. scan instead.