mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Update old invalid_kwargs path to use new utils path
This commit is contained in:
parent
7dc1e770c4
commit
bf08bcf5f9
@ -3906,7 +3906,7 @@ def remote_refs(url,
|
||||
kwargs = salt.utils.args.clean_kwargs(**kwargs)
|
||||
filter_ = kwargs.pop('filter', None)
|
||||
if kwargs:
|
||||
salt.utils.invalid_kwargs(kwargs)
|
||||
salt.utils.args.invalid_kwargs(kwargs)
|
||||
|
||||
command = ['git', 'ls-remote']
|
||||
if heads:
|
||||
|
Loading…
Reference in New Issue
Block a user