From 16d2a4ba3d223038974377aa174a8a73c03ae8ec Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 9 Feb 2012 18:39:47 +0000 Subject: Don't enable --ignore-submodules by default, cannot disable it this way. --- morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'morph') 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 ' -- cgit v1.2.1