summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-09 18:39:47 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-09 18:43:29 +0000
commit16d2a4ba3d223038974377aa174a8a73c03ae8ec (patch)
tree56251ed277a4e0e052b6056ee8b886c0e83e5115 /morph
parentb377458d4cdbc8d46171d05fd5c765cf36f31093 (diff)
downloadmorph-16d2a4ba3d223038974377aa174a8a73c03ae8ec.tar.gz
Don't enable --ignore-submodules by default, cannot disable it this way.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 1 insertions, 2 deletions
diff --git a/morph b/morph
index 112709f2..66e90a3b 100755
--- a/morph
+++ b/morph
@@ -60,8 +60,7 @@ class Morph(cliapp.Application):
'system')
self.settings.boolean(['ignore-submodules'],
'do not cache repositories of submodules and '
- 'unpack them into the build directory',
- default=True)
+ 'unpack them into the build directory')
self.settings.boolean(['test-console'],
'show what the system outputs on the serial '