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 8d8d8e4 commit cc7ba7dCopy full SHA for cc7ba7d
src/main/java/cd/go/contrib/elasticagent/Request.java
@@ -57,7 +57,7 @@ public static Request fromString(String requestName) {
57
}
58
59
private static class Constants {
60
- public static final String ELASTIC_AGENT_REQUEST_PREFIX = "go.cd.elastic-agent";
+ public static final String ELASTIC_AGENT_REQUEST_PREFIX = "cd.go.elastic-agent";
61
public static final String GO_PLUGIN_SETTINGS_PREFIX = "go.plugin-settings";
62
63
0 commit comments