mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
Add changelog
This commit is contained in:
parent
33efd9c4a7
commit
06e325f607
2 changed files with 2 additions and 1 deletions
1
changelog/66559.changed.md
Normal file
1
changelog/66559.changed.md
Normal file
|
@ -0,0 +1 @@
|
|||
Included Salt extensions in Salt-SSH thin archive
|
|
@ -667,7 +667,7 @@ def _discover_saltexts(allowlist=None, blocklist=None):
|
|||
iter(
|
||||
file.parent.name
|
||||
for file in entry_point.dist.files
|
||||
if "dist-info" in file.parent.name
|
||||
if file.parent.suffix == ".dist-info"
|
||||
)
|
||||
)
|
||||
except StopIteration:
|
||||
|
|
Loading…
Add table
Reference in a new issue