diff --git a/hack/tf-fmt.sh b/hack/tf-fmt.sh index 0173dda4ea9..b863171a803 100755 --- a/hack/tf-fmt.sh +++ b/hack/tf-fmt.sh @@ -6,7 +6,7 @@ if [ "$IS_CONTAINER" != "" ]; then set -- -list -check -write=false fi set -x - /terraform fmt "${@}" # FIXME: drop this slash after we update openshift/release + terraform fmt "${@}" else podman run --rm \ --env IS_CONTAINER=TRUE \