mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 03:01:48 +00:00
Separate principals with a comma in audit log.
This commit is contained in:
@@ -113,7 +113,7 @@ func (record *AuditRecord) DescribePrincipal() string {
|
||||
}
|
||||
}
|
||||
if len(items) > 0 {
|
||||
return strings.Join(items, ";")
|
||||
return strings.Join(items, ",")
|
||||
} else {
|
||||
return "<unknown>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user