Merge pull request #1 from gnuoy/master

There is a typo in the name of the init_Services key, the S should no…
This commit is contained in:
Billy Olsen 2016-05-11 07:30:45 -07:00
commit 67fe406e20
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):