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)'" \