diff --git a/.drone.yml b/.drone.yml index 00cc79b..35f771e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: Terraform FMT PR image: hashicorp/terraform:1.5 commands: - - "-chdir=infrastructure fmt -diff -check" + - terraform -chdir=infrastructure fmt -diff -check # when: # event: # - pull_request \ No newline at end of file