Skip to content

Commit

Permalink
Merge pull request #139 from cisagov/improvement/use-correct-repo-name
Browse files Browse the repository at this point in the history
Use the correct repo name for the ansible-lint pre-commit hook
  • Loading branch information
mcdonnnj authored Sep 13, 2023
2 parents 4ec50ab + 29de034 commit 8145a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ repos:
- id: pyupgrade

# Ansible hooks
- repo: https://github.com/ansible-community/ansible-lint
- repo: https://github.com/ansible/ansible-lint
rev: v6.17.0
hooks:
- id: ansible-lint
Expand Down

0 comments on commit 8145a93

Please sign in to comment.