Skip to content

Commit 131d602

Browse files
committed
Fix manifest var names
1 parent 4e5e54e commit 131d602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ run: build ## Run code
183183

184184
dev: ## Run agent executable
185185
@echo "🚀 Running App"
186-
COLLECTOR_CONFIG_PATH=$(COLLECTOR_PATH) MANIFEST_DIR_PATH=$(MANIFEST_DIR) $(GORUN) -ldflags=$(DEBUG_LDFLAGS) $(PROJECT_DIR)/$(PROJECT_FILE)
186+
NGINX_AGENT_COLLECTOR_CONFIG_PATH=$(COLLECTOR_PATH) NGINX_AGENT_MANIFEST_DIR=$(MANIFEST_DIR) $(GORUN) -ldflags=$(DEBUG_LDFLAGS) $(PROJECT_DIR)/$(PROJECT_FILE)
187187

188188
race-condition-dev: ## Run agent executable with race condition detection
189189
@echo "🏎️ Running app with race condition detection enabled"

0 commit comments

Comments
 (0)