mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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(
|
iter(
|
||||||
file.parent.name
|
file.parent.name
|
||||||
for file in entry_point.dist.files
|
for file in entry_point.dist.files
|
||||||
if "dist-info" in file.parent.name
|
if file.parent.suffix == ".dist-info"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
|
|
Loading…
Add table
Reference in a new issue