mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Renamed shell script file to the correct one
This commit is contained in:
parent
837203f7b8
commit
42cd6c44f6
4 changed files with 7 additions and 7 deletions
|
|
@ -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\/.*$
|
||||
|
|
|
|||
|
|
@ -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\/.*$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue