From b09bc1f739c3be06823cacc8962f038b43cf5567 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Wed, 10 Sep 2025 13:56:06 -0500 Subject: [PATCH] Tabs, not spaces --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f25f9e9..7080567 100644 --- a/Makefile +++ b/Makefile @@ -138,8 +138,8 @@ test-base64-is-working: ## verify `base64` is working .PHONY: test-curl-is-working test-curl-is-working: ## verify `curl` is working - @echo -e "Checking if \`\033[1mcurl\033[0m\` is installed and working" - @echo | curl -s https://github.com >/dev/null + @echo -e "Checking if \`\033[1mcurl\033[0m\` is installed and working" + @echo | curl -s https://github.com >/dev/null .PHONY: test-docker-is-working test-docker-is-working: ## verify `docker` can run images