Skip to content

Commit

Permalink
Fix non-docker version info (solves issue kuskoman#308) (kuskoman#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
satk0 authored Jul 23, 2024
1 parent 90181b2 commit 60bd36f
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 @@ -18,7 +18,7 @@ DOCKER_IMG ?= "logstash-exporter"
#: Builds binary executables for all OS (Win, Darwin, Linux)
all: $(GOOS_BINARIES)

VERSIONINFO_PKG := config
VERSIONINFO_PKG := pkg/config
ldflags := -s -w \
-X '$(GITHUB_REPO)/$(VERSIONINFO_PKG).Version=$(VERSION)' \
-X '$(GITHUB_REPO)/$(VERSIONINFO_PKG).SemanticVersion=$(SEMANTIC_VERSION)' \
Expand Down

0 comments on commit 60bd36f

Please sign in to comment.