Commit 716e442b authored by Michal Čihař's avatar Michal Čihař

Sort matches to provide consistent results

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent fe716ce8
......@@ -157,7 +157,7 @@ class Command(BaseCommand):
if name:
names.add(name)
self.logger.info('Found %d subprojects', len(names))
return names
return sorted(names)
def handle(self, *args, **options):
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment