Skip to content

Commit b442708

Browse files
authored
fix:修复编译失败问题 (#42)
1 parent a618cbb commit b442708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-sync-registry-core/src/main/java/cn/polarismesh/polaris/sync/registry/config/ConfigProviderManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public ConfigProviderManager(List<ConfigProvider> providers, SyncRegistryPropert
5454
}
5555

5656
private void init() throws Exception {
57-
String providerType = properties.getType();
57+
String providerType = properties.getConfigProvider();
5858
for (ConfigProvider item : providers) {
5959
if (Objects.equals(item.name(), providerType)) {
6060
provider = item;

0 commit comments

Comments
 (0)