summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))