diff --git a/git_superproject.py b/git_superproject.py index 27bc10e10..665b596ec 100644 --- a/git_superproject.py +++ b/git_superproject.py @@ -473,7 +473,7 @@ class Superproject: ) return None manifest_str = self._manifest.ToXml( - filter_groups=self._manifest.GetManifestGroupsStr(), + filter_groups="all", omit_local=True, ).toxml() manifest_path = self._manifest_path