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 b876fa1 commit 8d65d4eCopy full SHA for 8d65d4e
core/src/main/python/wlsdeploy/tool/util/target_helper.py
@@ -63,7 +63,7 @@ def target_jrf_groups_to_clusters_servers(self, domain_home, should_update=True)
63
server_names.remove(admin_server_name)
64
65
# Get the clusters and and their members
66
- cluster_map = self.get_clusters_and_members_map()
+ cluster_map = self._get_clusters_and_members_map()
67
68
69
for cluster_name, cluster_servers in cluster_map.iteritems():
0 commit comments