We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4aca3 commit f053c85Copy full SHA for f053c85
git_repo/repo.py
@@ -507,7 +507,7 @@ def setup_service(service):
507
else:
508
services = RepositoryService.service_map.values()
509
510
- for service in services:
+ for service in sorted(services, key=lambda s: s.name):
511
print('Do you want to configure the {} service?'.format(service.name))
512
if 'n' in input(' [Yn]> ').lower():
513
continue
0 commit comments