Skip to content

Commit

Permalink
Merge pull request #258 from wking/drop-alpine-terraform-0.11.7-hack
Browse files Browse the repository at this point in the history
Revert "hack/tf-fmt: Add a workaround for origin/release's hardcoding v0.11.7"
  • Loading branch information
openshift-merge-robot authored Sep 17, 2018
2 parents a6fbe17 + 4e9612d commit d29a3cc
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 d29a3cc

Please sign in to comment.