summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-28 09:05:26 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-28 09:05:26 +0100
commit7e20a71475e09a33994387d6bb386a0799206b94 (patch)
tree6613f94f9b74502ca0b5d8ef06374337de7952fe
parent7d9d4f683a49d9a8feaa353db5364ab446098abd (diff)
downloadorchestration-7e20a71475e09a33994387d6bb386a0799206b94.tar.gz
Fix typo in ciat deployer
-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 a36c806..1e9782b 100644
--- a/source/ciat_deployer.py
+++ b/source/ciat_deployer.py
@@ -17,5 +17,5 @@ def buildcomplete(properties):
if system in built_systems:
return
built_systems.append(system)
- with open(BUILT_SYSTMES_FILE, 'w') as f:
+ with open(BUILT_SYSTEMS_FILE, 'w') as f:
outfile.write(yaml.dump(build_systems,default_flow_style=False))