Skip to content

Commit

Permalink
Fix a typo in clippy package name
Browse files Browse the repository at this point in the history
Related: #64

Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Aug 9, 2024
1 parent 939d70e commit d8d6cd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
state: latest

# This is required for `clippy`
- name: Install csmock-plugins-clippy package
- name: Install csmock-plugin-clippy package
ansible.builtin.dnf:
name: csmock-plugins-clippy
name: csmock-plugin-clippy
state: latest

- name: Print status of the worker
Expand Down

0 comments on commit d8d6cd9

Please sign in to comment.