mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30833 from terminalmage/issue30820
Fix regression in scanning for state with 'name' param
This commit is contained in:
commit
557766f20b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def find_name(name, state, high):
|
|||
if len(arg) != 1:
|
||||
continue
|
||||
if arg[next(iter(arg))] == name:
|
||||
ext_id.append((name, state))
|
||||
ext_id.append((nid, state))
|
||||
return ext_id
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue