From 4d92d4321d8994141af7bcc2838a687e20d926b2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 13 Mar 2016 14:29:57 +0200 Subject: [PATCH] - Correct typo. --- hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.yaml b/hooks.yaml index 01691a5..58be96e 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -2,6 +2,6 @@ - id: ansible-pre-commit name: Check Ansible playbooks description: Check Ansible playbooks for syntax errors. - langauge: script + language: script entry: ansible-pre-commit - files: \.(sh|bash)$ + files: \.(yaml|yml)$ -- GitLab