Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored and dwoz committed May 22, 2024
1 parent 33efd9c commit 06e325f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/66559.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Included Salt extensions in Salt-SSH thin archive
2 changes: 1 addition & 1 deletion salt/utils/thin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06e325f

Please sign in to comment.