From 42cd6c44f6867d354648915a541080c625a6c311 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Thu, 8 Jun 2017 11:02:21 +0200 Subject: [PATCH] Renamed shell script file to the correct one --- .pre-commit-hooks.yaml | 2 +- hooks.yaml | 2 +- terrraform_fmt.sh => terraform_fmt.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename terrraform_fmt.sh => terraform_fmt.sh (100%) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index da36a24..eb42d4a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ - id: terraform_fmt name: Terraform fmt description: Rewrites all Terraform configuration files to a canonical format. - entry: terrraform_fmt.sh + entry: terraform_fmt.sh language: script files: \.tf$ exclude: \.+.terraform\/.*$ diff --git a/hooks.yaml b/hooks.yaml index da36a24..eb42d4a 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -1,7 +1,7 @@ - id: terraform_fmt name: Terraform fmt description: Rewrites all Terraform configuration files to a canonical format. - entry: terrraform_fmt.sh + entry: terraform_fmt.sh language: script files: \.tf$ exclude: \.+.terraform\/.*$ diff --git a/terrraform_fmt.sh b/terraform_fmt.sh similarity index 100% rename from terrraform_fmt.sh rename to terraform_fmt.sh