summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-23 16:28:21 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-18 14:46:59 +0000
commit64c96a31d0d7c59d37703edaa08e85b452eb7f22 (patch)
tree297139ef3710ee4ebfec7b83ae5d31113fc984e2 /scripts
parentf435d78d61491e2acd3107a78eba289977938b38 (diff)
downloadmorph-64c96a31d0d7c59d37703edaa08e85b452eb7f22.tar.gz
Add yarn tests for new deployment functionalitybaserock/adamcoldrick/deploy-specific-systems-v5
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/edit-morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/edit-morph b/scripts/edit-morph
index 465a3ea3..2b81747c 100755
--- a/scripts/edit-morph
+++ b/scripts/edit-morph
@@ -209,7 +209,7 @@ class EditMorph(cliapp.Application):
d = yaml.load(f)
yield d
with open(path, 'w') as f:
- yaml.dump(d, f)
+ yaml.dump(d, f, default_flow_style=False)
def cmd_set_system_artifact_depends(self, args):
'''Change the artifacts used by a System.