mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add back name arg
This commit is contained in:
parent
eadd5224f1
commit
b06dafb020
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ def init():
|
|||
_failhard()
|
||||
|
||||
try:
|
||||
refs = repo.config(b"paths")
|
||||
refs = repo.config(names=b"paths")
|
||||
except hglib.error.CommandError:
|
||||
refs = None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue