Skip to content

Commit

Permalink
fix add listenerName for geo-replicator (#10779)
Browse files Browse the repository at this point in the history
### Motivation

fix mistake when resolve the conflicts in #10751

(cherry picked from commit 47b3495)
  • Loading branch information
wangjialing218 authored and codelipenghui committed Jul 23, 2021
1 parent db45eae commit 6cd1af0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -311,7 +311,7 @@ abstract class ClusterDetailsCommand extends BaseCommand {
protected String brokerClientTrustCertsFilePath;

@Parameter(names = "--listener-name", description = "listenerName when client would like to connect to cluster", required = false)
private String listenerName;
protected String listenerName;

@Parameter(names = "--cluster-config-file", description = "The path to a YAML config file specifying the "
+ "cluster's configuration")
Expand Down

0 comments on commit 6cd1af0

Please sign in to comment.