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
5
terraform_fmt.sh
Executable file
5
terraform_fmt.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for file in "$@"; do
|
||||
terraform fmt `dirname $file`
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue