mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix ref to dir_ when it should be files in the wheel module for file_roots
This commit is contained in:
parent
d8451b9a37
commit
805763fcf2
@ -54,7 +54,7 @@ def list_env(env='base'):
|
||||
sub = sub[aroot]
|
||||
for dir_ in dirs:
|
||||
sub[dir_] = {}
|
||||
for fn_ in dirs:
|
||||
for fn_ in files:
|
||||
sub[fn_] = 'f'
|
||||
return ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user