Loading makefile_parts/shared.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ reload-scripts: ## cleanup and reload utility scripts .PHONY: check-tools check-tools: ## check if required tools are installed and accessible @for t in kubectl vault jq envsubst ; do \ @for t in kubectl vault jq envsubst go; do \ if ! type $$t > /dev/null 2>&1; then \ echo ERROR: $$t command not found; \ fi \ Loading Loading
makefile_parts/shared.mk +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ reload-scripts: ## cleanup and reload utility scripts .PHONY: check-tools check-tools: ## check if required tools are installed and accessible @for t in kubectl vault jq envsubst ; do \ @for t in kubectl vault jq envsubst go; do \ if ! type $$t > /dev/null 2>&1; then \ echo ERROR: $$t command not found; \ fi \ Loading