From 1f853ca6ead66cd7596fbeee531fa777ff73821b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 11 Jul 2024 11:39:36 +0200 Subject: [PATCH] Updating the rudder key using the plugins key environment variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32f46570..0a80f2cb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INCLUDE_FFMPEG ?= BUILD_HASH = $(shell git rev-parse HEAD) LDFLAGS += -X "main.buildHash=$(BUILD_HASH)" LDFLAGS += -X "main.isDebug=$(MM_DEBUG)" -LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_COPILOT_PROD)" +LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_PLUGINS_PROD)" LDFLAGS += -X "main.rudderDataplaneURL=$(MM_RUDDER_DATAPLANE_URL)" GO_BUILD_FLAGS += -ldflags '$(LDFLAGS)'