Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Oct 25, 2023
1 parent 3667812 commit 3f27a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ init: ## Install development tools
build: ## Build binaries
go build -v $(LD_FLAGS) -o bin/percona-everest-backend ./cmd

release: FLAGS += -X 'github.com/percona/percona-everest-backend/cmd/config.TelemetryURL=https://check.percona.com/'\ -X 'github.com/percona/percona-everest-backend/cmd/config.TelemetryInterval=24h'
release: FLAGS += -X 'github.com/percona/percona-everest-backend/cmd/config.TelemetryURL=https://check.percona.com/' -X 'github.com/percona/percona-everest-backend/cmd/config.TelemetryInterval=24h'

release: build ## Build release version

Expand Down

0 comments on commit 3f27a22

Please sign in to comment.