From 0922b7db2cd33652f3031aa3e2da3a06907f1c32 Mon Sep 17 00:00:00 2001 From: Dexter Yan Date: Thu, 24 Oct 2024 16:26:48 +1300 Subject: [PATCH] remove space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf839243b1..b81a89da2f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LVP_TAG ?= v0.6.7 PACT_PUBLISH_CONTRACT ?= false OS ?= linux -ARCH ?= $(shell go env GOARCH) +ARCH ?= $(shell go env GOARCH) .PHONY: test test: