diff options
| -rw-r--r-- | ofborg/tickborg/src/acl.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ofborg/tickborg/src/acl.rs b/ofborg/tickborg/src/acl.rs index 2059b3e08f..ceaf15ff7a 100644 --- a/ofborg/tickborg/src/acl.rs +++ b/ofborg/tickborg/src/acl.rs @@ -13,6 +13,8 @@ impl Acl { } } + let repos = repos.into_iter().map(|r| r.to_lowercase()).collect(); + Acl { trusted_users, repos, |
