Skip to content
Snippets Groups Projects
Unverified Commit 757e23a5 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Remove -i flag from `make telegraf`

parent fd63591b
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ deps: ...@@ -27,7 +27,7 @@ deps:
gdm restore gdm restore
telegraf: telegraf:
go build -i -ldflags "$(LDFLAGS)" ./cmd/telegraf go build -ldflags "$(LDFLAGS)" ./cmd/telegraf
go-install: go-install:
go install -ldflags "-w -s $(LDFLAGS)" ./cmd/telegraf go install -ldflags "-w -s $(LDFLAGS)" ./cmd/telegraf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment