From 7e20a71475e09a33994387d6bb386a0799206b94 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 28 Sep 2015 09:05:26 +0100 Subject: Fix typo in ciat deployer --- source/ciat_deployer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1