Fix verbose head not showing custom configs

This commit is contained in:
pukkandan 2021-10-11 20:21:04 +05:30
parent e88d44c6ee
commit 7b38649845
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ def parseOpts(overrideArguments=None):
parser.error('config-location %s does not exist.' % location)
config = _readOptions(location, default=None)
if config:
configs['custom'], paths['config'] = config, location
configs['custom'], paths['custom'] = config, location
if opts.ignoreconfig:
return