Skip to content

Commit

Permalink
CID-2885: update AGENT_METADATA_TOPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Aug 21, 2024
1 parent 09f0ff1 commit dcc21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/net/leanix/githubagent/shared/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package net.leanix.githubagent.shared

const val TOPIC_PREFIX = "/app/ghe/"
const val AGENT_METADATA_TOPIC = "ghe/agent"
const val AGENT_METADATA_TOPIC = "agent"

enum class ManifestFileName(val fileName: String) {
YAML("leanix.yaml"),
Expand Down

0 comments on commit dcc21c2

Please sign in to comment.