Commit a57d4718 authored by Sebastien Robin's avatar Sebastien Robin

fixed variable name

parent eb57ed6e
......@@ -58,7 +58,7 @@ class Recipe(GenericBaseRecipe):
config_instance_dict.write(value)
CONFIG['instance_dict'] = value.getvalue()
vcs_repository_list = json.loads(self.options['repository-list'])
vcs_repository_list = json.loads(self.options['vcs-repository-list'])
config_repository_list = ConfigParser.ConfigParser()
i = 0
for repository in vcs_repository_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment