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,5 +0,0 @@
#!/usr/bin/env bash
for file in "$@"; do
terraform fmt `dirname $file`
done