Skip to content

Commit 4e9612d

Browse files
committed
Revert "hack/tf-fmt: Add a workaround for origin/release's hardcoding v0.11.7"
This reverts commit 856350d, openshift#218. openshift/release@bbb02d36 (Bump Terraform from 0.11.7 to 0.11.8, 2018-09-14, openshift/release#1515) has landed, so we can drop the workaround.
1 parent a6fbe17 commit 4e9612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tf-fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$IS_CONTAINER" != "" ]; then
66
set -- -list -check -write=false
77
fi
88
set -x
9-
/terraform fmt "${@}" # FIXME: drop this slash after we update openshift/release
9+
terraform fmt "${@}"
1010
else
1111
podman run --rm \
1212
--env IS_CONTAINER=TRUE \

0 commit comments

Comments
 (0)