mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
fix missing space
This commit is contained in:
2
Makefile
2
Makefile
@@ -229,7 +229,7 @@ bin-docker: bin build/linux-amd64/nebula build/linux-amd64/nebula-cert
|
|||||||
|
|
||||||
smoke-docker: bin-docker
|
smoke-docker: bin-docker
|
||||||
cd .github/workflows/smoke/ && $(GOENV) ./build.sh
|
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" CURVE="P256" ./build.sh
|
||||||
cd .github/workflows/smoke/ && $(GOENV) NAME="smoke-p256" ./smoke.sh
|
cd .github/workflows/smoke/ && $(GOENV) NAME="smoke-p256" ./smoke.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user