cubicweb/cwctl.py
changeset 11973 5e7282bdf140
parent 11878 e42cb31e9301
child 11991 d6e2b6d56432
--- a/cubicweb/cwctl.py	Thu Feb 23 08:54:01 2017 +0100
+++ b/cubicweb/cwctl.py	Fri Feb 24 09:18:08 2017 +0100
@@ -205,6 +205,7 @@
             print()
 
         if mode in ('all', 'config', 'configurations'):
+            cwcfg.load_available_configs()
             print('Available configurations:')
             for config in CONFIGURATIONS:
                 print('*', config.name)