From bf08bcf5f9a1fceba71d2f766d8f738d8c36df48 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 6 Jun 2018 13:38:06 -0400 Subject: [PATCH] Update old invalid_kwargs path to use new utils path --- salt/modules/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/git.py b/salt/modules/git.py index ec6b34121a..557e290d68 100644 --- a/salt/modules/git.py +++ b/salt/modules/git.py @@ -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: