Skip to content

Commit 502eb85

Browse files
committed
undo changes
1 parent e3f18d2 commit 502eb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ PROTO_DIR := proto
4343
BINARY_NAME := nginx-agent
4444
PROJECT_DIR = cmd/agent
4545
PROJECT_FILE = main.go
46-
COLLECTOR_PATH ?= /opt/homebrew/etc/nginx-agent/opentelemetry-collector-agent.yaml
47-
MANIFEST_DIR ?= /opt/homebrew/var/lib/nginx-agent
46+
COLLECTOR_PATH ?= /etc/nginx-agent/opentelemetry-collector-agent.yaml
47+
MANIFEST_DIR ?= /var/lib/nginx-agent
4848
DIRS = $(BUILD_DIR) $(TEST_BUILD_DIR) $(BUILD_DIR)/$(DOCS_DIR) $(BUILD_DIR)/$(DOCS_DIR)/$(PROTO_DIR)
4949
$(shell mkdir -p $(DIRS))
5050

0 commit comments

Comments
 (0)