Skip to content

Commit

Permalink
adding pre-reqs for git-release -> CHANGELOG.md with new semtag v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Jul 5, 2019
1 parent 3bdf5b4 commit 030bcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ help:
@echo 'Available Commands:'
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " - \033[36m%-18s\033[0m %s\n", $$1, $$2}'

version: ## version: show terraform versio
version: ## version: show terraform version
docker run --rm \
--entrypoint=${TF_DOCKER_ENTRYPOINT} \
-t ${TF_DOCKER_IMAGE}:${TF_VER} version
Expand Down

0 comments on commit 030bcb5

Please sign in to comment.