Skip to content

Commit 8551ae9

Browse files
abstractjstianst
andauthored
Update src/main/java/org/keycloak/gh/bot/security/SecurityBotCli.java
Co-authored-by: Stian Thorgersen <stianst@gmail.com> Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
1 parent c1d6ec0 commit 8551ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/keycloak/gh/bot/security/SecurityBotCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Defines the command-line interface and command handlers for the bot.
1313
*/
14-
@Cli(name = "@anxiety42-bot", defaultCommand = SecurityBotCli.LogCommand.class, commands = { SecurityBotCli.LogCommand.class })
14+
@Cli(name = "@security", defaultCommand = SecurityBotCli.LogCommand.class, commands = { SecurityBotCli.LogCommand.class })
1515
public class SecurityBotCli {
1616

1717
/**

0 commit comments

Comments
 (0)