Renamed shell script file to the correct one

This commit is contained in:
Anton Babenko 2017-06-08 11:02:21 +02:00
commit 42cd6c44f6
4 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
- id: terraform_fmt - id: terraform_fmt
name: Terraform fmt name: Terraform fmt
description: Rewrites all Terraform configuration files to a canonical format. description: Rewrites all Terraform configuration files to a canonical format.
entry: terrraform_fmt.sh entry: terraform_fmt.sh
language: script language: script
files: \.tf$ files: \.tf$
exclude: \.+.terraform\/.*$ exclude: \.+.terraform\/.*$

View file

@ -1,7 +1,7 @@
- id: terraform_fmt - id: terraform_fmt
name: Terraform fmt name: Terraform fmt
description: Rewrites all Terraform configuration files to a canonical format. description: Rewrites all Terraform configuration files to a canonical format.
entry: terrraform_fmt.sh entry: terraform_fmt.sh
language: script language: script
files: \.tf$ files: \.tf$
exclude: \.+.terraform\/.*$ exclude: \.+.terraform\/.*$