Skip to content

Commit cc7ba7d

Browse files
Change the elastic agent request prefix.
1 parent 8d8d8e4 commit cc7ba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cd/go/contrib/elasticagent/Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static Request fromString(String requestName) {
5757
}
5858

5959
private static class Constants {
60-
public static final String ELASTIC_AGENT_REQUEST_PREFIX = "go.cd.elastic-agent";
60+
public static final String ELASTIC_AGENT_REQUEST_PREFIX = "cd.go.elastic-agent";
6161
public static final String GO_PLUGIN_SETTINGS_PREFIX = "go.plugin-settings";
6262
}
6363
}

0 commit comments

Comments
 (0)