Fixes to basic CLI dashboard

This commit is contained in:
Nathan Schneider
2021-04-15 23:50:13 -06:00
parent 10810eeaa7
commit 6bc5f4077e
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ modpol.orgs =
array = {}
}
-- sets modpol.orgs as it's own fallback
-- sets modpol.orgs as its own fallback
modpol.orgs.__index = modpol.orgs
-- ==================================================