diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 471efc1e..86b77742 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -267,7 +267,7 @@ to update the working directory files. | |||
267 | 267 | ||
268 | groups = [x for x in groups if x] | 268 | groups = [x for x in groups if x] |
269 | groupstr = ','.join(groups) | 269 | groupstr = ','.join(groups) |
270 | if opt.platform == 'auto' and groupstr == 'default,platform-' + platform.system().lower(): | 270 | if opt.platform == 'auto' and groupstr == self.manifest.GetDefaultGroupsStr(): |
271 | groupstr = None | 271 | groupstr = None |
272 | m.config.SetString('manifest.groups', groupstr) | 272 | m.config.SetString('manifest.groups', groupstr) |
273 | 273 | ||