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 60d91e7 commit 6213380Copy full SHA for 6213380
src/main/java/org/telosys/tools/cli/commands/ProxyCommand.java
@@ -62,10 +62,10 @@ public String execute(String[] args) {
62
HttpSystemConfig.init(new File(configFile));
63
}
64
// Get and print configuration
65
- for ( String s : HttpSystemConfig.getCurrentHttpConfig() ) {
+ for ( String s : HttpSystemConfig.getCurrentProxyConfig() ) {
66
print(s);
67
68
- for ( String s : HttpSystemConfig.getCurrentProxyConfig() ) {
+ for ( String s : HttpSystemConfig.getCurrentHttpConfig() ) {
69
70
71
return null ;
0 commit comments