Skip to content

Commit

Permalink
Revert "hack/tf-fmt: Add a workaround for origin/release's hardcoding…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
wking committed Sep 17, 2018
1 parent a6fbe17 commit 4e9612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tf-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4e9612d

Please sign in to comment.