From 441a67fbf9f9cb7fc81e90ff61d878deda2beffb Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Fri, 1 May 2026 13:57:34 -0400 Subject: [PATCH] fix missing space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff6347d4..0bace46e 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ bin-docker: bin build/linux-amd64/nebula build/linux-amd64/nebula-cert smoke-docker: bin-docker cd .github/workflows/smoke/ && $(GOENV) ./build.sh - cd .github/workflows/smoke/ && $(GOENV)./smoke.sh + cd .github/workflows/smoke/ && $(GOENV) ./smoke.sh cd .github/workflows/smoke/ && $(GOENV) NAME="smoke-p256" CURVE="P256" ./build.sh cd .github/workflows/smoke/ && $(GOENV) NAME="smoke-p256" ./smoke.sh