From 507eba5f92d0a12ace868abda3a31c03f968ea70 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 11 May 2016 15:15:30 +0100 Subject: [PATCH] There is a typo in the name of the init_Services key, the S should not be a capital --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index e7afa38..2ac68f7 100644 --- a/common.py +++ b/common.py @@ -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):