diff --git a/bijoe/hobo_agent/management/commands/hobo_deploy.py b/bijoe/hobo_agent/management/commands/hobo_deploy.py index b77f120..d566e77 100644 --- a/bijoe/hobo_agent/management/commands/hobo_deploy.py +++ b/bijoe/hobo_agent/management/commands/hobo_deploy.py @@ -78,5 +78,6 @@ class Command(hobo_deploy.Command): config.set(base_url, 'orig', orig) config.set(base_url, 'key', key) config.set(base_url, 'schema', schema) + config.set(base_url, 'cubes_label', service.get('title')) with open(ini_file, 'w') as f: config.write(f)