Fix wrong permission configured for SongodaCoreUUIDCommand

This commit is contained in:
Christian Koop 2023-04-13 11:23:05 +02:00
parent b9293079e0
commit c34c8faa9c
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class SongodaCoreUUIDCommand extends AbstractCommand {
@Override
public String getPermissionNode() {
return "songodacore.admin";
return "songoda.admin";
}
@Override