There is a typo in the name of the init_Services key, the S should not be a capital

This commit is contained in:
Liam Young 2016-05-11 15:15:30 +01:00
parent 4c42819152
commit 507eba5f92
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class CRM(dict):
self['colocations'] = {}
self['clones'] = {}
self['locations'] = {}
self['init_Services'] = []
self['init_services'] = []
super(CRM, self).__init__(*args, **kwargs)
def primitive(self, name, agent, description=None, **kwargs):