Loading makefile_parts/shared.mk +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ reload-scripts: ## cleanup and reload utility scripts git clone ${SCRIPTS_REPO} ${SCRIPTS_DIR}) .PHONY: check-tools check-tools: TOOLS=kubectl vault jq envsubst go kubectx heptio-authenticator-aws check-tools: TOOLS=kubectl vault jq envsubst go kubectx check-tools: ## check if required tools are installed and accessible @for t in ${TOOLS}; do \ if ! type $$t > /dev/null 2>&1; then \ Loading Loading
makefile_parts/shared.mk +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ reload-scripts: ## cleanup and reload utility scripts git clone ${SCRIPTS_REPO} ${SCRIPTS_DIR}) .PHONY: check-tools check-tools: TOOLS=kubectl vault jq envsubst go kubectx heptio-authenticator-aws check-tools: TOOLS=kubectl vault jq envsubst go kubectx check-tools: ## check if required tools are installed and accessible @for t in ${TOOLS}; do \ if ! type $$t > /dev/null 2>&1; then \ Loading