summaryrefslogtreecommitdiff
path: root/scripts/edit-morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-18 14:57:48 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-18 14:57:48 +0000
commitd5ee8bdc636f5830f897b1846522b64bd5f06ebf (patch)
tree297139ef3710ee4ebfec7b83ae5d31113fc984e2 /scripts/edit-morph
parent5bf3a96bd125548f058907001904b552f952e279 (diff)
parent64c96a31d0d7c59d37703edaa08e85b452eb7f22 (diff)
downloadmorph-d5ee8bdc636f5830f897b1846522b64bd5f06ebf.tar.gz
Merge branch 'baserock/adamcoldrick/deploy-specific-systems-v5'
Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Lars Wirzenius <lars.wirzenius@codethink.co.uk>
Diffstat (limited to 'scripts/edit-morph')
-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.