From 31c99359bdaa19fb44ce40ef05648290a59da3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Wed, 28 Feb 2024 10:26:25 +0100 Subject: [PATCH] Indentation fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84aad2aa55..9a8c5de0af 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ build: check-go check-git $(eval BRANCH = $(shell git rev-parse --abbrev-ref HEAD | tr -d '\040\011\012\015\n')) $(eval TIME = $(shell date)) go build -o blade -ldflags="\ - -X 'github.com/0xPolygon/polygon-edge/versioning.Version=$(VERSION)' \ + -X 'github.com/0xPolygon/polygon-edge/versioning.Version=$(VERSION)' \ -X 'github.com/0xPolygon/polygon-edge/versioning.Commit=$(COMMIT_HASH)'\ -X 'github.com/0xPolygon/polygon-edge/versioning.Branch=$(BRANCH)'\ -X 'github.com/0xPolygon/polygon-edge/versioning.BuildTime=$(TIME)'" \