diff options
author | Azul <azul@leap.se> | 2012-11-04 16:23:16 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-04 16:23:16 +0100 |
commit | 2264623a445bf5c64404ef302f63e4d99ecbd97f (patch) | |
tree | 291d794ac4eb20c1766bc06611fde9b2cfce1986 /config | |
parent | 675b626378fcaad6bca2abfd7086ca05fa17f76f (diff) |
minor: yaml syntax fix
Diffstat (limited to 'config')
-rw-r--r-- | config/config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.yml.example b/config/config.yml.example index e3a0112..c34dd10 100644 --- a/config/config.yml.example +++ b/config/config.yml.example @@ -4,5 +4,5 @@ development: test: admins: [admin, admin2] -production +production: admins: [] |