Fix the default distgits config value to match the default value for RPMS_DEFAULT_REPOSITORY

This was missed as part of PR#1120, where the default dist-git URLs were changed.
This commit is contained in:
mprahl
2019-01-17 08:55:58 -05:00
parent 812b43821e
commit c95f1897f4

View File

@@ -315,8 +315,8 @@ class Config(object):
'distgits': {
'type': dict,
'default': {
'git://pkgs.fedoraproject.org': ('fedpkg clone --anonymous {}',
'fedpkg --release module sources'),
'https://src.fedoraproject.org': ('fedpkg clone --anonymous {}',
'fedpkg --release module sources'),
},
'desc': 'Mapping between dist-git and command to '},
'mock_config': {