Compare commits

...

1 Commits

Author SHA1 Message Date
tx7do
1f708cdf67 fix: stupid bug. 2023-10-26 18:47:25 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ func Bootstrap(serviceInfo *ServiceInfo) (*conf.Bootstrap, log.Logger, registry.
var err error
// load configs
if err = LoadBootstrapConfig(Flags.Conf); err == nil {
if err = LoadBootstrapConfig(Flags.Conf); err != nil {
panic(fmt.Sprintf("load config failed: %v", err))
}

View File

@@ -1,3 +1,3 @@
git tag v0.2.5
git tag v0.2.6
git push origin --tags