addressed comment

This commit is contained in:
0xdcarns 2023-01-11 11:51:32 -05:00
parent 2fa2d50b8f
commit dc2c1e39c2

View file

@ -180,7 +180,7 @@ func fetchHostAcls(hostID string) []Acl {
},
{
AclType: "publishClientReceive",
Topic: fmt.Sprintf("host/update/%s/#", hostID),
Topic: fmt.Sprintf("host/update/%s", hostID),
Priority: -1,
Allow: true,
},