summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-28 09:09:19 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-28 09:09:19 +0100
commitf22e5d152f0f609dfc771148407fb5375efc7591 (patch)
treeabd1243f6ed9d496478c9af58b2adb4f85c890ae
parenta31676f61a9d938c001a838b79ab80838b431378 (diff)
downloadorchestration-f22e5d152f0f609dfc771148407fb5375efc7591.tar.gz
Fix typo
-rw-r--r--source/ciat_deployer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ciat_deployer.py b/source/ciat_deployer.py
index c14da31..73328ce 100644
--- a/source/ciat_deployer.py
+++ b/source/ciat_deployer.py
@@ -20,4 +20,4 @@ def buildcomplete(properties):
return
built_systems.append(system)
with open(BUILT_SYSTEMS_FILE, 'w') as f:
- f.write(yaml.dump(build_systems,default_flow_style=False))
+ f.write(yaml.dump(built_systems,default_flow_style=False))