Skip to content

Commit 42bf4d2

Browse files
authored
Fix failing ansible-lint CI job (#4520)
1 parent 9391e67 commit 42bf4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ actions:
55
create-archive:
66
# packit.dev service does have these module pre-installed:
77
- python3 -m build --sdist --outdir dist
8-
- sh -c "ls dist/ansible-lint-*.tar.gz"
8+
- sh -c "ls dist/ansible_lint-*.tar.gz"
99
get-current-version:
1010
- ./tools/get-version.sh
1111
post-upstream-clone:

0 commit comments

Comments
 (0)